Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / Row Property


In This Topic
    Row Property (SparklineDataSource)
    In This Topic
    Gets the context row for evaluating.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As SparklineDataSource
    Dim value As Integer
     
    value = instance.Row
    protected override int Row {get;}
    See Also