Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellSkipper Class
CellSkipper Members

 

 


Copyright © GrapeCity, inc. All rights reserved.