TdxSpreadSheetFormatsRepository.Exts Property
In This Article
Provides zero-based indexed access to file name extensions of the registered spreadsheet document formats.
#Declaration
Delphi
property Exts[Index: Integer]: string read;
#Property Value
Type |
---|
string |
#Remarks
Use this property to obtain the file name extension corresponding to a document format whose index is passed as the Index parameter. The Exts property returns the corresponding format’s GetExt class function result.
See Also