Style Properties

PicoXLSX

PicoXLSX

Style Properties

The Style type exposes the following members.

Properties
  NameDescription
Public propertyCurrentBorder
Gets or sets the current Border object of the style
Public propertyCurrentCellXf
Gets or sets the current CellXf object of the style
Public propertyCurrentFill
Gets or sets the current Fill object of the style
Public propertyCurrentFont
Gets or sets the current Font object of the style
Public propertyCurrentNumberFormat
Gets or sets the current NumberFormat object of the style
Public propertyHash
Gets the unique hash of the object
(Inherited from AbstractStyle.)
Public propertyInternalID
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle.)
Public propertyIsInternalStyle
Gets whether the style is system internal. Such styles are not meant to be altered
Public propertyName
Gets or sets the name of the style. If not defined, the automatically calculated hash will be used as name
Public propertyStyleManagerReference
Sets the reference of the style manager
Top
See Also