In This Topic
Gets the worksheet index of the table data's bottom row.
Syntax
'Declaration
Public ReadOnly Property DataRow2 As Integer
'Usage
Dim instance As Table
Dim value As Integer
value = instance.DataRow2
public int DataRow2 {get;}
Property Value
An integer value represents the worksheet index of the table data's bottom row.
See Also