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


In This Topic
    Column Property (Sparkline)
    In This Topic
    Gets the column index of this sparkline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also