Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / Row Property


In This Topic
    Row Property (Sparkline)
    In This Topic
    Gets the row index of this sparkline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also