CellStyle.Font Property
Gets or sets the font.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Font As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.Font
instance.Font = value
public string Font { get; set; }
Property Value
Type: System.String
A String indicating the font.
Remarks
It can be a font family name, a generic family name, or a comma-delimited list of either.