Spread for ASP.NET 12 Product Documentation
RemoveColumns Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RemoveColumns Method
First column to remove
Number of columns to remove
Removes the columns at the specified index.
Syntax
'Declaration
 
Public Sub RemoveColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim count As Integer
 
instance.RemoveColumns(column, count)
public void RemoveColumns( 
   int column,
   int count
)

Parameters

column
First column to remove
count
Number of columns to remove
See Also

Reference

SheetView Class
SheetView Members