Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / RemoveColumns Method
Table column index
Number of columns to remove


In This Topic
RemoveColumns Method (TableView)
In This Topic
Removes columns from the table.
Syntax
'Declaration
 
Public Sub RemoveColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As TableView
Dim column As Integer
Dim count As Integer
 
instance.RemoveColumns(column, count)

Parameters

column
Table column index
count
Number of columns to remove
See Also