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


In This Topic
Row2 Property (Reference)
In This Topic
Gets the bottom row index.
Syntax
'Declaration
 
Public Property Row2 As Integer
 
'Usage
 
Dim instance As Reference
Dim value As Integer
 
instance.Row2 = value
 
value = instance.Row2

Property Value

An integer value represents the bottom row index.
See Also