Spread Windows Forms 17
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
    public int Row2 {get; set;}

    Property Value

    An integer value represents the bottom row index.
    See Also