Spread Windows Forms 12.0 Product Documentation
Row Property (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : Row Property
Gets the top row index.
Syntax
'Declaration
 
Public Property Row As Integer
'Usage
 
Dim instance As Reference
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
public int Row {get; set;}

Property Value

An integer value represents the top row index.
See Also

Reference

Reference Structure
Reference Members