TdxSpreadSheetReferencePath.Sheet Property
Provides access to the worksheet to which the referred cell belongs.
Declaration
property Sheet: TObject read;
Property Value
Type |
---|
TObject |
Remarks
Cast this property value to the appropriate worksheet class (TdxSpreadSheetTableView, for instance) to identify the sheet and/or access its other members.
See Also