Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Sparkline Class / Row Property


In This Topic
    Row Property (Sparkline)
    In This Topic
    Gets the row.
    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