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
 

Property Value

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