Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Font Property


In This Topic
Font Property (ExcelShape)
In This Topic
Gets or sets the font.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As ExcelShape
Dim value As Font
 
instance.Font = value
 
value = instance.Font

Property Value

font
See Also