Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / DEFAULT_FILL_COLOR Field


In This Topic
    DEFAULT_FILL_COLOR Field
    In This Topic
    Default fill color is Color.White
    Syntax
    'Declaration
     
    
    Public Shared DEFAULT_FILL_COLOR As Color
    'Usage
     
    
    Dim value As Color
     
    value = ExcelShape.DEFAULT_FILL_COLOR
     
    ExcelShape.DEFAULT_FILL_COLOR = value
    public static Color DEFAULT_FILL_COLOR
    See Also