Share via


CellFormat.Alignment Property

Alignment.Represents the element tag in schema: x:alignment

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

Syntax

'Declaration
Public Property Alignment As Alignment
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As Alignment

value = instance.Alignment

instance.Alignment = value
public Alignment Alignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Alignment
Returns Alignment.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace