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 font style.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FontStyle As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.FontStyle
instance.FontStyle = value
public string FontStyle { get; set; }
Property Value
Type: System.String
A String indicating the font style.
Remarks
It can be "normal", "italic" or "oblique".