'Declaration Protected MustOverride Sub OnRemoveColumns( _ ByVal column As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As RowFilterBase Dim column As Integer Dim count As Integer instance.OnRemoveColumns(column, count)
Parameters
- column
- The column index at which to start removing columns.
- count
- The number of columns to remove.