Cell.GetCharacters

GetCharacters()

Returns all Characters objects that represents a range of characters within the cell text.

public FontSetting[] GetCharacters()

Return Value

All Characters objects

See Also


GetCharacters(bool)

Returns all Characters objects that represents a range of characters within the cell text.

public FontSetting[] GetCharacters(bool flag)
ParameterTypeDescription
flagBooleanIndicates whether applying table style to the cell if the cell is in the table.

Return Value

All Characters objects

See Also