IShapeProperties.TextAsRichString Method
Converts the TDrawingRichString to a TRichString
Syntax
Unit: FlexCel.Core
function IShapeProperties.TextAsRichString(const xls: TCoreExcelFile): TRichString; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
xls |
TCoreExcelFile |
ExcelFile with the string. It is used to calculate indexed colors. |
See also