ActiveReports Developer 7
ColumnCount Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixCellCollection Interface : ColumnCount Property

Glossary Item Box

Gets a count of the number of columns rendered.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ColumnCount As System.Integer
C# 
System.int ColumnCount {get;}

See Also