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 color.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TextColor As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.TextColor
instance.TextColor = value
public string TextColor { get; set; }
Property Value
Type: System.String
A String indicating the text color.
Remarks
If non-null, it must be of the form "#FF0000".