ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDColumn Class / Column Property

In This Topic
    Column Property (DDColumn)
    In This Topic
    Gets the zero-based column number that this DDColumn instance represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Short
    public short Column {get;}

    Property Value

    A zero-based System.Int16 value representing the column number within the spreadsheet.
    See Also