Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / noColor Property


In This Topic
    noColor Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property noColor As Boolean
    'Usage
     
    
    Dim instance As Setup
    Dim value As Boolean
     
    instance.noColor = value
     
    value = instance.noColor
    public bool noColor {get; set;}
    See Also