ActiveReports Developer 7
ParentSheets Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace > DDSheet Class : ParentSheets Property

Glossary Item Box

Returns the DDSheets collection of which this DDSheet is a member.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParentSheets As DDSheets
C# 
public DDSheets ParentSheets {get;}

Property Value

DDSheets collection.

Remarks

This property is read-only.

See Also