ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixColumn Class / Width Property

In This Topic
    Width Property (MatrixColumn)
    In This Topic

    Gets or sets the width of each detail cell in the column.

    Syntax
    'Declaration
     
    Public Property Width As Length
    public Length Width {get; set;}

    Property Value

    A Length structure indicating the width of each detail cell in the column.

    See Also