StyleFlagCellShading Property |
Cell shading setting will be applied.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool CellShading { get; set; }
Public Property CellShading As Boolean
Get
Set
public:
property bool CellShading {
bool get ();
void set (bool value);
}
member CellShading : bool with get, set
Property Value
Type:
Boolean
See Also