Skip to main content

TdxSpreadSheetFormatsRepository.Descriptions Property

Provides zero-based indexed access to descriptions of the registered spreadsheet document formats.

Declaration

property Descriptions[Index: Integer]: string read;

Property Value

Type
string

Remarks

Use this property to obtain the description string of a document format whose index is passed as the Index parameter. The Descriptions property returns the corresponding format’s GetDescription class function result.

See Also