Aspose::Cells::Cell::GetCharacters method

Cell::GetCharacters() method

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

Vector<FontSetting> Aspose::Cells::Cell::GetCharacters()

ReturnValue

All Characters objects

See Also

Cell::GetCharacters(bool) method

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

Vector<FontSetting> Aspose::Cells::Cell::GetCharacters(bool flag)
ParameterTypeDescription
flagboolIndicates whether applying table style to the cell if the cell is in the table.

ReturnValue

All Characters objects

See Also