Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure
Members


In This Topic
    Font Structure
    In This Topic
    Defines a particular format for text, including font face, size, and style attributes.
    Syntax
    'Declaration
     
    
    Public Structure Font 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As Font
    public struct Font : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.Font

    See Also