Cell.GetDisplayStyle
GetDisplayStyle()
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().
public Style GetDisplayStyle()
See Also
- class Style
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells
GetDisplayStyle(bool)
Gets the display style of the cell. If the cell is conditional formatted, the display style is not same as the cell.GetStyle().
public Style GetDisplayStyle(bool includeMergedBorders)
Parameter | Type | Description |
---|---|---|
includeMergedBorders | Boolean | Indicates whether checking borders of the merged cells. |
See Also
- class Style
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells