ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridCell Class / ColumnIndex Property

In This Topic
    ColumnIndex Property
    In This Topic
    Gets or sets an index of the column the cell is in.
    Syntax
    'Declaration
     
    Public Property ColumnIndex As Integer
    public int ColumnIndex {get; set;}

    Property Value

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