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


In This Topic
Font Property (Cell)
In This Topic
Gets or sets the font for the cell text.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As Cell
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also