Overline Property | Spread ASP.NET 18
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadFontStyle Class / Overline Property
Example


In This Topic
Overline Property
In This Topic
Gets the overline font style.
Syntax
'Declaration
 
Public Property Overline As OverlineFontStyle
 
'Usage
 
Dim instance As SpreadFontStyle
Dim value As OverlineFontStyle
 
instance.Overline = value
 
value = instance.Overline
Example
This example sets the Overline property.
See Also