TdxSpreadSheetCellDataFormat.Owner Property
Returns the cell style instance to which the current cell data format belongs.
Declaration
property Owner: TdxSpreadSheetCellStyle read;
Property Value
Type |
---|
TdxSpreadSheetCellStyle |
Remarks
Normally, the Owner property supports the internal infrastructure and is not intended to be used directly from your code.
See Also