Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparkline Interface / Column Property


In This Topic
    Column Property (ISparkline)
    In This Topic
    Gets or sets the column.
    Syntax
    'Declaration
     
    
    Property Column As Integer
    'Usage
     
    
    Dim instance As ISparkline
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    int Column {get; set;}

    Property Value

    The column.
    See Also