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


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