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 size.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FontSize As String
Get
Set
'Usage
Dim instance As CellStyle
Dim value As String
value = instance.FontSize
instance.FontSize = value
public string FontSize { get; set; }
Property Value
Type: System.String
A String indicating the font size.
Remarks
It may take the form of a number followed by a unit, such as “in”, “cm”, “nm”, “pt”, “pc”, or “px”. It may also be "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "smaller", "larger", or a percentage.