ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / FrozenColumns Property

In This Topic
    FrozenColumns Property (Table)
    In This Topic
    Gets or sets a number of frozen columns.
    Syntax
    'Declaration
     
    Public Property FrozenColumns As Integer
    public int FrozenColumns {get; set;}

    Property Value

    An System.Int32 representing the number of columns that remain visible when the user scrolls horizontally.
    See Also