TdxSpreadSheetAbstractReportLink.Sheet Property
Provides access to the printed worksheet.
Declaration
property Sheet: TdxSpreadSheetTableView read;
Property Value
| Type | Description |
|---|---|
| TdxSpreadSheetTableView | The source worksheet. |
Remarks
This property returns the SpreadSheet.ActiveSheetAsTable property if the report link has a Spreadsheet control as the source component. The Document-based Spreadsheet report link uses the Sheet property to import worksheet print settings.
See Also