PicoXLSX Library Documentation
Style Constructor (String, Int32, Boolean) |
Constructor with parameters (internal use)
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Style( string name, int forcedOrder, bool internalStyle )
Parameters
- name
- Type: SystemString
Name of the style - forcedOrder
- Type: SystemInt32
Number of the style for sorting purpose. Style will be placed to this position (internal use only) - internalStyle
- Type: SystemBoolean
If true, the style is marked as internal
See Also