|
NanoXLSX.Core 3.0.0-rc.3
|
Class represents an abstract style component. More...
Public Member Functions | |
| AbstractStyle | Copy () |
| Abstract method to copy a component (dereferencing). | |
| int | CompareTo (AbstractStyle other) |
| Method to compare two objects for sorting purpose. | |
| bool | Equals (AbstractStyle other) |
| Method to compare two objects for sorting purpose. | |
Properties | |
| int? | InternalID [get, set] |
| Gets or sets the internal ID for sorting purpose in the Excel style document (nullable). | |
Class represents an abstract style component.
Definition at line 20 of file AbstractStyle.cs.
| int NanoXLSX.Styles.AbstractStyle.CompareTo | ( | AbstractStyle | other | ) |
Method to compare two objects for sorting purpose.
| other | Other object to compare with this object |
Definition at line 89 of file AbstractStyle.cs.
|
abstract |
Abstract method to copy a component (dereferencing).
| bool NanoXLSX.Styles.AbstractStyle.Equals | ( | AbstractStyle | other | ) |
Method to compare two objects for sorting purpose.
| other | Other object to compare with this object |
Definition at line 110 of file AbstractStyle.cs.
|
getset |
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable).
Definition at line 26 of file AbstractStyle.cs.