CellStyle.FontWeight Property
Gets or sets the font weight.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FontWeight As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.FontWeight
instance.FontWeight = value
public string FontWeight { get; set; }
Property Value
Type: System.String
A String indicating the font weight.
Remarks
It can be "normal", "bold", "bolder", "lighter". It can also be a number ranging from 100 to 900, in steps of 100.