Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / DataRow Property


In This Topic
DataRow Property
In This Topic
Gets the worksheet index of the table data's top row.
Syntax
'Declaration
 
Public ReadOnly Property DataRow As Integer
 
'Usage
 
Dim instance As Table
Dim value As Integer
 
value = instance.DataRow

Property Value

An integer value represents the worksheet index of the table data's top row.
See Also