ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / Sheets Property

In This Topic
    Sheets Property
    In This Topic
    Gets the collection of sheets as a DDSheets collection object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheets As DDSheets
    public DDSheets Sheets {get;}

    Property Value

    DDSheets - collection of sheets for this workbook
    See Also