NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
NanoXLSX.Styles.AppendAttribute Class Reference

Attribute designated to control the copying of style properties. More...

Inheritance diagram for NanoXLSX.Styles.AppendAttribute:

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.

Detailed Description

Attribute designated to control the copying of style properties.

See also
System.Attribute

Definition at line 18 of file AppendAttribute.cs.

Constructor & Destructor Documentation

◆ AppendAttribute()

NanoXLSX.Styles.AppendAttribute.AppendAttribute ( )

Default constructor.

Definition at line 40 of file AppendAttribute.cs.

Property Documentation

◆ Ignore

bool NanoXLSX.Styles.AppendAttribute.Ignore
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.

◆ NestedProperty

bool NanoXLSX.Styles.AppendAttribute.NestedProperty
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.


The documentation for this class was generated from the following file: