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


In This Topic
    ColumnCount Property (GroupDataModel)
    In This Topic
    Gets the number of columns in the group.
    Syntax
    'Declaration
     
    
    Public Overrides Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public override int ColumnCount {get; set;}

    Property Value

    Integer number of columns
    Example
    This example returns the column count for the group.
    See Also