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






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