'Declaration Protected MustOverride Sub OnAddColumns( _ ByVal column As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim instance As RowFilterBase Dim column As System.Integer Dim count As System.Integer instance.OnAddColumns(column, count)
Parameters
- column
- The column index of the column after which to add columns.
- count
- The number of columns to add.