TdxSpreadSheetProtectWorkbookDialogForm.SpreadSheet Property
Returns a Spreadsheet or Report Designer control instance for which the “Protect Structure” dialog is invoked.
Declaration
property SpreadSheet: TdxCustomSpreadSheet read;
Property Value
Type |
---|
TdxCustomSpreadSheet |
Remarks
To access the control’s type-specific members, cast this property value to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class.
See Also