Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / Color Property


In This Topic
    Color Property (ExcelFont)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Color As Nullable(Of Color)
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Nullable(Of Color)
     
    instance.Color = value
     
    value = instance.Color
    public Nullable<Color> Color {get; set;}
    See Also