Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text alignment.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TextAlign As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.TextAlign
instance.TextAlign = value
public string TextAlign { get; set; }
Property Value
Type: System.String
A String indicating the text alignment.
Remarks
It can be "right" or "left".