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


In This Topic
    Column Property (AggregateArgs)
    In This Topic
    Gets the column index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As AggregateArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    Example
    This example returns the column and aggregate type.
    See Also