TdxSpreadSheetContainer.Title Property
Specifies a title for the alternative text block associated with a floating container.
Declaration
property Title: string read; write;
Property Value
Type |
---|
string |
Remarks
A floating container title corresponds to the Title field of the “Alternative Text” block for floating containers in Microsoft Excel®. Screen readers use the alternative title and description to narrate a floating container.
Use the Title and Description properties to set up the floating container’s alternative description for further use in spreadsheet applications that have the alternative text functionality. Spreadsheet controls do not display alternative text fields, and these properties ensure compatibility with the XLS and XLSX document formats.
See Also