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

Glossary Item Box

Specifies the width of each renderable column in the matrix.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CellWidths As System.Collections.ICollection
C# 
System.Collections.ICollection CellWidths {get;}

See Also