ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / ParentSheets Property

In This Topic
    ParentSheets Property
    In This Topic
    Returns the DDSheets collection of which this DDSheet is a member.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentSheets As DDSheets
    public DDSheets ParentSheets {get;}

    Property Value

    DDSheets collection.
    Remarks
    This property is read-only.
    See Also