'Declaration Public Overridable Function Skip( _ ByVal worksheet As Worksheet, _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As System.Boolean
'Usage Dim instance As CellSkipper Dim worksheet As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.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.