TdxSpreadSheetFormatsRepository.Count Property
In This Article
Returns the number of registered spreadsheet document format implementations.
#Declaration
Delphi
property Count: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The maximum valid index of the Items, Exts, and Descriptions properties is the Count property value minus one.
See Also