AbstractStyle.AppendAttribute.Ignore Property

PicoXLSX

PicoXLSX

AbstractStyleAppendAttributeIgnore Property

Gets or sets whether the property annotated with the attribute is ignored during the copying of properties

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool Ignore { get; set; }

Property Value

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