Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Group Class / Column Property
Example


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;}

    Property Value

    Integer index of column
    Example
    This example returns the column.
    See Also