Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Group Class / Column Property


In This Topic
    Column Property (Group)
    In This Topic
    Gets the index of the column by which to perform the grouping.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As Group
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also