Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / TextFont Structure
Members


TextFont Structure
This element specifies that an East Asian(or Latin or complex) font be used for a specific run of text. This font is specified with a typeface attribute much like the others but is specifically classified as an East Asian(or Latin or complex) font.
Syntax
'Declaration
 
Public Structure TextFont 
   Inherits System.ValueType
 
'Usage
 
Dim instance As TextFont
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Core.TextFont

See Also