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


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