ActiveReports 18 .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 current collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ColumnCount As Integer
    public abstract int ColumnCount {get;}
    See Also