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






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