Aspose::Cells::Cell::GetDisplayStyle method
Cell::GetDisplayStyle() method
Gets the display style of the cell. If this cell is also affected by other settings such as conditional formatting, list objects, etc., then the display style may be different from cell.GetStyle().
Style Aspose::Cells::Cell::GetDisplayStyle()
See Also
- Class Style
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cell::GetDisplayStyle(bool) method
Gets the display style of the cell. If the cell is conditional formatted, the display style is not same as the cell.GetStyle().
Style Aspose::Cells::Cell::GetDisplayStyle(bool includeMergedBorders)
Parameter | Type | Description |
---|---|---|
includeMergedBorders | bool | Indicates whether checking borders of the merged cells. |
See Also
- Class Style
- Class Cell
- Namespace Aspose::Cells
- Library Aspose.Cells for C++