Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Row Property


In This Topic
    Row Property (Reference)
    In This Topic
    Gets the top row index.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    'Usage
     
    
    Dim instance As Reference
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}

    Property Value

    An integer value represents the top row index.
    See Also