Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFormatsRepository Members

In This Article
A repository designed to store the spreadsheet document formats available for use in the Spreadsheet and Report Designer controls.

#Properties

Name Description
Count Returns the number of registered spreadsheet document format implementations.
Descriptions Provides zero-based indexed access to descriptions of the registered spreadsheet document formats.
Exts Provides zero-based indexed access to file name extensions of the registered spreadsheet document formats.
Items Provides zero-based indexed access to the registered file formats.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
Find(string,TdxSpreadSheetCustomFormatClass) Searches a registered spreadsheet document format corresponding to the specified full file name.
GetHashCode Inherited from TObject.
GetOpenDialogFilter Returns the string containing open dialog masks (with descriptions) for all registered spreadsheet document formats.
GetSaveDialogFilter Returns the string containing save dialog masks (with descriptions) for all registered spreadsheet document formats.
Register(TdxSpreadSheetCustomFormatClass) Adds a specified file format to the repository.
ToString Inherited from TObject.
Unregister(TdxSpreadSheetCustomFormatClass) Removes a specified file format from the repository.
See Also