Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveColumns Method
Index of first column to remove
Number of columns to remove


In This Topic
RemoveColumns Method (SheetView)
In This Topic
Removes the column or columns on this sheet at the specified index.
Syntax
'Declaration
 
Public Overridable 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)

Parameters

column
Index of first column to remove
count
Number of columns to remove
See Also