ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / ColumnCount Property

In This Topic
    ColumnCount Property (DataCellCollection)
    In This Topic
    Gets the column count of the current collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ColumnCount As Integer
    public abstract int ColumnCount {get;}

    Property Value

    The number of columns in the collection as an System.Int32.
    See Also