Share via


CellStyle.TextAlign Property

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".

See Also

Reference

CellStyle Class

CellStyle Members

Microsoft.SharePoint.JSGrid Namespace