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


In This Topic
    Row Property (SparklineDataSource)
    In This Topic
    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