|
NanoXLSX.Core 3.0.0-rc.3
|
Attribute to declare a class as general NanoXLSX plug-in. More...
Properties | |
| string | PlugInUUID [get, set] |
| Unique ID if the plug-in. | |
| int | PlugInOrder [get, set] |
| Order how the annotated plug-ins are registered in case of duplicate UIDs. The higher number will override any lower. Default is zero (order may be vary). | |
Attribute to declare a class as general NanoXLSX plug-in.
Definition at line 16 of file NanoXlsxPluginAttribute.cs.
|
getset |
Order how the annotated plug-ins are registered in case of duplicate UIDs. The higher number will override any lower. Default is zero (order may be vary).
Definition at line 28 of file NanoXlsxPluginAttribute.cs.
|
getset |
Unique ID if the plug-in.
Definition at line 22 of file NanoXlsxPluginAttribute.cs.