'Declaration Protected Overrides Sub OnClear( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'Usage Dim instance As HideRowFilter Dim row As Integer Dim column As Integer Dim rowCount As Integer Dim columnCount As Integer instance.OnClear(row, column, rowCount, columnCount)
Parameters
- row
- The row index of the first row in the selected range.
- column
- The column index of the first column in the selected range.
- rowCount
- The number of rows in the selected range.
- columnCount
- The number of columns in the selected range.