|
NanoXLSX.Core 3.0.0-rc.3
|
Attribute designated to control the copying of style properties. More...
Public Member Functions | |
| AppendAttribute () | |
| Default constructor. | |
Properties | |
| bool | Ignore [get, set] |
| Indicates whether the property annotated with the attribute is ignored during the copying of properties. | |
| bool | NestedProperty [get, set] |
| Indicates whether the property annotated with the attribute is a nested property. Nested properties are ignored but during the copying of properties but can be broken down to its sub-properties. | |
Attribute designated to control the copying of style properties.
Definition at line 18 of file AppendAttribute.cs.
| NanoXLSX.Styles.AppendAttribute.AppendAttribute | ( | ) |
Default constructor.
Definition at line 40 of file AppendAttribute.cs.
|
getset |
Indicates whether the property annotated with the attribute is ignored during the copying of properties.
true if ignored, otherwise false.
Definition at line 26 of file AppendAttribute.cs.
|
getset |
Indicates whether the property annotated with the attribute is a nested property. Nested properties are ignored but during the copying of properties but can be broken down to its sub-properties.
true if a nested property, otherwise false.
Definition at line 35 of file AppendAttribute.cs.