ActiveReports 18 .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
    Specifies the width of each renderable column in the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property CellWidths As IList(Of Length)
    IList<Length> CellWidths {get;}
    See Also