Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / DEFAULT_FILL_BACK_COLOR Field


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