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

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

    Property Value

    A DDSheets collection to which this object belongs.
    See Also