ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridColumn Class / Index Property

In This Topic
    Index Property (GridColumn)
    In This Topic
    Gets or sets an index of the column.
    Syntax
    'Declaration
     
    Public Property Index As Integer
    public int Index {get; set;}

    Property Value

    An System.Int32 value indicating the index of the column.
    See Also