'Declaration Public Overridable Function Skip( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage Dim instance As CellSkipper Dim worksheet As Worksheet Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.Skip(worksheet, row, column)
Parameters
- worksheet
- The row of the sheet.
- row
- The row index of the cell.
- column
- The column index of the cell.
Return Value
Returns a value that indicates whether the cell was skipped.