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






In This Topic
    Color Property (Range)
    In This Topic
    Gets or sets the color used to display this range.
    Syntax
    'Declaration
     
    
    Public Property Color As System.String
    'Usage
     
    
    Dim instance As Range
    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