AbstractStyle.AppendAttribute.Ignore Property

NanoXLSX

NanoXLSX

AbstractStyleAppendAttributeIgnore Property

Indicates whether the property annotated with the attribute is ignored during the copying of properties

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool Ignore { get; set; }

Property Value

Type: Boolean
true if ignored, otherwise false.
See Also