Spread Windows Forms 12.0 Product Documentation
Row Property (CellReference)


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

Property Value

An integer value represents the row index.
See Also

Reference

CellReference Structure
CellReference Members