Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / OverrideFont Field


In This Topic
OverrideFont Field
In This Topic
Gets the font that will override current font settings of cell.
Syntax
'Declaration
 
Public OverrideFont As Font
 
'Usage
 
Dim instance As CfExecutedResult
Dim value As Font
 
value = instance.OverrideFont
 
instance.OverrideFont = value
See Also