Spread Silverlight Documentation
Skip Method


GrapeCity.Windows.SpreadSheet.Data Namespace > CellSkipper Class : Skip Method
The row of the sheet.
The row index of the cell.
The column index of the cell.
Returns a value that indicates whether to skip the cell.
Syntax
'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)
public virtual System.bool Skip( 
   Worksheet worksheet,
   System.int row,
   System.int 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.
See Also

Reference

CellSkipper Class
CellSkipper Members