ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / ColumnsCount Property

In This Topic
    ColumnsCount Property
    In This Topic
    Get columns count.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnsCount As Integer
    public int ColumnsCount {get;}

    Property Value

    An System.Int32 representing the total number of columns contained in the sheet.
    See Also