Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Row Property


In This Topic
Row Property (Reference)
In This Topic
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

Property Value

An integer value represents the top row index.
See Also