Click or drag to resize

StyleEntryModifierEnum Enumeration

Contains the style entry modifier enumerations

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum StyleEntryModifierEnum
Members
Member name Value Description
none 0 No modifier enum is applied
allowNoFillOverride 1 fill properties specified on this StyleEntry can be replaced with no fill instead.
allowNoLineOverride 2 line properties specified on this StyleEntry can be replaced with no line instead.
See Also