Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Font Property


In This Topic
Font Property (Row)
In This Topic
Gets or sets the default font for cells in this row.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As Row
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also