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
- class FontSetting
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells
GetCharacters(bool)
Returns all Characters objects that represents a range of characters within the cell text.
public FontSetting[] GetCharacters(bool flag)
Parameter | Type | Description |
---|---|---|
flag | Boolean | Indicates whether applying table style to the cell if the cell is in the table. |
Return Value
All Characters objects
See Also
- class FontSetting
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells