TdxSpreadSheetCustomFormat Members
The base class for all classes that implement spreadsheet document file formats.Methods
| Name | Description |
|---|---|
| CanCheckByContent | |
| CanReadFromStream(TStream) | |
| CreateFormatSettings | |
| CreateReader(TdxCustomSpreadSheet,TStream) | |
| CreateWriter(TdxCustomSpreadSheet,TStream) | |
| Equals(TObject) | Inherited from TObject. |
| GetDescription | Returns the spreadsheet document file format’s description. |
| GetExt | Returns the spreadsheet document format’s file name extension. |
| GetHashCode | Inherited from TObject. |
| GetReader | Returns a reference to the class that implements the spreadsheet document import functionality. |
| GetWriter | Returns a reference to the class that implements the spreadsheet document export functionality. |
| Register | Registers the spreadsheet document file format. |
| ToString | Inherited from TObject. |
| Unregister | Removes the document format from the Spreadsheet format repository. |
See Also