Style.CellXf.ForceApplyAlignment Property

PicoXLSX

PicoXLSX

StyleCellXfForceApplyAlignment Property

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public bool ForceApplyAlignment { get; set; }

Property Value

Type: Boolean
See Also