ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / CellWidths Property

In This Topic
CellWidths Property
In This Topic
Gets the width of each renderable column in the matrix.
Syntax
'Declaration
 
ReadOnly Property CellWidths As IList(Of Length)
 

Property Value

A list of GrapeCity.ActiveReports.PageReportModel.Length objects representing the width of each renderable column.
See Also