TdxSpreadSheetDefinedName.SpreadSheet Property
Provides access to the SpreadSheet or Report Designer control to which the defined name belongs.
Declaration
property SpreadSheet: TdxCustomSpreadSheet read;
Property Value
Type |
---|
TdxCustomSpreadSheet |
Remarks
This property returns the Owner.SpreadSheet property value that you can cast to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class to access the control’s class-specific members. You can call the SpreadSheet.ClassName class function to identify the actual control class.
See Also