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


In This Topic
Font Property (SheetTab)
In This Topic
Gets or sets the font for the sheet name in the sheet name tab.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As SheetTab
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also