Click or drag to resize
PicoXLSX

CellXf Properties

The StyleCellXf type exposes the following members.

Properties
 NameDescription
Public propertyAlignment Gets or sets the text break options of the style
Public propertyForceApplyAlignment Gets or sets a value indicating whether ForceApplyAlignment Gets or sets whether the applyAlignment property (used to merge cells) will be defined in the XF entry of the style. If true, applyAlignment will be defined
Public propertyHidden Gets or sets a value indicating whether Hidden Gets or sets whether the hidden property (used for protection or hiding of cells) will be defined in the XF entry of the style. If true, hidden will be defined
Public propertyHorizontalAlign Gets or sets the horizontal alignment of the style
Public propertyIndent Gets or sets the indentation in case of left, right or distributed alignment. If 0, no alignment is applied
Public propertyInternalID Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle)
Public propertyLocked Gets or sets a value indicating whether Locked Gets or sets whether the locked property (used for locking / protection of cells or worksheets) will be defined in the XF entry of the style. If true, locked will be defined
Public propertyTextDirection Gets or sets the direction of the text within the cell
Public propertyTextRotation Gets or sets the text rotation in degrees (from +90 to -90)
Public propertyVerticalAlign Gets or sets the vertical alignment of the style
Top
See Also