CellFormat.ApplyAlignment Property

Apply Alignment.Represents the attribte in schema: applyAlignment

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "applyAlignment")> _
Public Property ApplyAlignment As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As BooleanValue

value = instance.ApplyAlignment

instance.ApplyAlignment = value
[SchemaAttrAttribute(, "applyAlignment")]
public BooleanValue ApplyAlignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace