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
public int DataRow {get;}
Property Value
An integer value represents the worksheet index of the table data's top row.
See Also