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






In This Topic
    Fill Property (Style)
    In This Topic
    Gets or sets the cell fill.
    Syntax
    'Declaration
     
    
    Public Property Fill As Fill
    'Usage
     
    
    Dim instance As Style
    Dim value As Fill
     
    instance.Fill = value
     
    value = instance.Fill
    public Fill Fill {get; set;}
    public read-write property Fill: Fill; 
    public function get,set Fill : Fill
    public: __property Fill* get_Fill();
    public: __property void set_Fill( 
       Fill* value
    );
    public:
    property Fill^ Fill {
       Fill^ get();
       void set (    Fill^ value);
    }
    See Also