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


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