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






In This Topic
    Style Property (WorkbookTable)
    In This Topic
    Gets or sets table style to use with the table.
    Syntax
    'Declaration
     
    
    Public Property Style As WorkbookTableStyle
    'Usage
     
    
    Dim instance As WorkbookTable
    Dim value As WorkbookTableStyle
     
    instance.Style = value
     
    value = instance.Style
    public WorkbookTableStyle Style {get; set;}
    public read-write property Style: WorkbookTableStyle; 
    public function get,set Style : WorkbookTableStyle
    public: __property WorkbookTableStyle* get_Style();
    public: __property void set_Style( 
       WorkbookTableStyle* value
    );
    public:
    property WorkbookTableStyle^ Style {
       WorkbookTableStyle^ get();
       void set (    WorkbookTableStyle^ value);
    }
    Remarks
    The default style is the 'TableStyleMedium9' built-in table style, if the style is omitted.
    See Also