TdxSpreadSheetCustomFormat.GetWriter Method
Returns a reference to the class that implements the spreadsheet document export functionality.
Declaration
class function GetWriter: TdxSpreadSheetCustomWriterClass; virtual;
Returns
Type |
---|
TdxSpreadSheetCustomWriterClass |
Remarks
Call this class function to access a file/stream writer implementation corresponding to the spreadsheet document format implemented by a TdxSpreadSheetCustomFormat descendant.
The current implementation of the GetWriter class function always returns nil.
See Also