Skip to main content

TdxSpreadSheetCustomFormat.GetDescription Method

Returns the spreadsheet document file format’s description.

Declaration

class function GetDescription: string; virtual;

Returns

Type
string

Remarks

Call this class function to obtain a Unicode string describing a spreadsheet document format implemented by a TdxSpreadSheetCustomFormat descendant. The Descriptions property provided by the Spreadsheet/Report Designer control’s document format repository internally calls the GetDescription function to obtain format descriptions.

The current implementation of the GetDescription class function always returns an empty string.

See Also