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






In This Topic
    ShowBandedColumns Property (WorkbookTable)
    In This Topic
    Indicating whether banded column formatting is applied.
    Syntax
    'Declaration
     
    
    Public Property ShowBandedColumns As System.Boolean
    'Usage
     
    
    Dim instance As WorkbookTable
    Dim value As System.Boolean
     
    instance.ShowBandedColumns = value
     
    value = instance.ShowBandedColumns
    public System.bool ShowBandedColumns {get; set;}
    public read-write property ShowBandedColumns: System.Boolean; 
    public function get,set ShowBandedColumns : System.boolean
    public: __property System.bool get_ShowBandedColumns();
    public: __property void set_ShowBandedColumns( 
       System.bool value
    );
    public:
    property System.bool ShowBandedColumns {
       System.bool get();
       void set (    System.bool value);
    }
    See Also