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






In This Topic
    Style Property (Table)
    In This Topic
    Gets or sets the TableStyle associated with this table.
    Syntax
    'Declaration
     
    
    Public Property Style As TableStyle
    'Usage
     
    
    Dim instance As Table
    Dim value As TableStyle
     
    instance.Style = value
     
    value = instance.Style
    public TableStyle Style {get; set;}
    public read-write property Style: TableStyle; 
    public function get,set Style : TableStyle
    public: __property TableStyle* get_Style();
    public: __property void set_Style( 
       TableStyle* value
    );
    public:
    property TableStyle^ Style {
       TableStyle^ get();
       void set (    TableStyle^ value);
    }
    See Also