Alignment.TextRotation Property

Text Rotation.Represents the attribte in schema: textRotation

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

Syntax

'Declaration
<SchemaAttrAttribute(, "textRotation")> _
Public Property TextRotation As UInt32Value
    Get
    Set
'Usage
Dim instance As Alignment
Dim value As UInt32Value

value = instance.TextRotation

instance.TextRotation = value
[SchemaAttrAttribute(, "textRotation")]
public UInt32Value TextRotation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Alignment Class

Alignment Members

DocumentFormat.OpenXml.Spreadsheet Namespace