FontFamily Property (GridBase)
In This Topic
Gets or sets the font family applied to normal cells.
Syntax
'Declaration
Public Property FontFamily As String
'Usage
Dim instance As GridBase
Dim value As String
instance.FontFamily = value
value = instance.FontFamily
public string FontFamily {get; set;}
See Also