ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / CellStyle Class / Color Property






In This Topic
    Color Property (CellStyle)
    In This Topic
    The font color.
    Syntax
    'Declaration
     
    
    Public Property Color As System.String
    'Usage
     
    
    Dim instance As CellStyle
    Dim value As System.String
     
    instance.Color = value
     
    value = instance.Color
    public System.string Color {get; set;}
    public read-write property Color: System.String; 
    public function get,set Color : System.String
    public: __property System.string* get_Color();
    public: __property void set_Color( 
       System.string* value
    );
    public:
    property System.String^ Color {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also