dxSpreadSheetTextService Variable
Provides access to the registered cell text formatting service via a class-reference.
Declaration
var dxSpreadSheetTextService: TdxSpreadSheetTextServiceClass = TdxSpreadSheetTextService;
Variable Value
Type |
---|
TdxSpreadSheetTextServiceClass |
Remarks
A reference to the TdxSpreadSheetFormattedTextService class replaces the basic text service implementation as this global variable’s value when the dxSpreadSheetFormattedTextUtils unit is initialized.
Refer to the TdxSpreadSheetFormattedTextService class description and the How to Work with Rich Formatted Content topic for additional information.
See Also