Share via


CellStyle.FontStyle Property

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

See Also

Reference

CellStyle Class

CellStyle Members

Microsoft.SharePoint.JSGrid Namespace