format method

format(self, start_index, length, font, flag)

Format the text with font setting.


def format(self, start_index, length, font, flag):
    ...
ParameterTypeDescription
start_indexintThe start index.
lengthintThe length.
fontaspose.cells.FontThe font.
flagaspose.cells.StyleFlagThe flags of the font.

See Also