Share via


CellStyle.TextColor Property

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

See Also

Reference

CellStyle Class

CellStyle Members

Microsoft.SharePoint.JSGrid Namespace