Table of Contents

Enum StyleEntryModifierEnum

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Contains the style entry modifier enumerations

public enum StyleEntryModifierEnum : byte

Fields

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.

none = 0

No modifier enum is applied