Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFont Interface / Name Property


In This Topic
    Name Property (ITextFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As ITextFont
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also