Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / Font Property


In This Topic
Font Property (ITableStyleElement)
In This Topic
Gets an IFont object that represents the font of the specified object.
Syntax
'Declaration
 
ReadOnly Property Font As IFont
 
'Usage
 
Dim instance As ITableStyleElement
Dim value As IFont
 
value = instance.Font

Property Value

The IFont object that represents the font of the specified object.
See Also