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






In This Topic
    WholeTableStyle Property (WorkbookTableStyle)
    In This Topic
    Gets or sets the whole table style.
    Syntax
    'Declaration
     
    
    Public Property WholeTableStyle As WorkbookTableCommonStyle
    'Usage
     
    
    Dim instance As WorkbookTableStyle
    Dim value As WorkbookTableCommonStyle
     
    instance.WholeTableStyle = value
     
    value = instance.WholeTableStyle
    public WorkbookTableCommonStyle WholeTableStyle {get; set;}
    public read-write property WholeTableStyle: WorkbookTableCommonStyle; 
    public function get,set WholeTableStyle : WorkbookTableCommonStyle
    public: __property WorkbookTableCommonStyle* get_WholeTableStyle();
    public: __property void set_WholeTableStyle( 
       WorkbookTableCommonStyle* value
    );
    public:
    property WorkbookTableCommonStyle^ WholeTableStyle {
       WorkbookTableCommonStyle^ get();
       void set (    WorkbookTableCommonStyle^ value);
    }
    See Also