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


In This Topic
Font Property (ICharacters)
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 ICharacters
Dim value As IFont
 
value = instance.Font
See Also