ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / Columns Method
The zero based non-negative column index.

In This Topic
    Columns Method
    In This Topic
    Returns the DDColumn object representing the specified column.
    Syntax
    'Declaration
     
    Public Function Columns( _
       ByVal column As Short _
    ) As DDColumn
    public DDColumn Columns( 
       short column
    )

    Parameters

    column
    The zero based non-negative column index.

    Return Value

    The DDColumn object representing the specified column.
    See Also