TextAlign Property (CellStyleContent)
In This Topic
Gets or sets the text alignment of the cell.
Syntax
'Declaration
Public Property TextAlign As String
public string TextAlign {get; set;}
Property Value
The text alignment of the cell as a
System.String.
See Also