CellStyleObject
IncludeAlignment Property
|
True if the style includes the AddIndent, HorizontalAlignment,
VerticalAlignment, WrapText, and Orientation properties.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IncludeAlignment { get; set; }
Public Property IncludeAlignment As Boolean
Get
Set
public:
virtual property bool IncludeAlignment {
bool get () sealed;
void set (bool value) sealed;
}
abstract IncludeAlignment : bool with get, set
override IncludeAlignment : bool with get, set
Property Value
Type:
Boolean
Implements
IExtendedFormat
IncludeAlignment
See Also