Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / DataRow2 Property


In This Topic
    DataRow2 Property
    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