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






In This Topic
    FirstBandedRowStyle Property (TableStyle)
    In This Topic
    Gets or sets the first banded row style.
    Syntax
    'Declaration
     
    
    Public Property FirstBandedRowStyle As BandedTableSectionStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As BandedTableSectionStyle
     
    instance.FirstBandedRowStyle = value
     
    value = instance.FirstBandedRowStyle
    public BandedTableSectionStyle FirstBandedRowStyle {get; set;}
    public read-write property FirstBandedRowStyle: BandedTableSectionStyle; 
    public function get,set FirstBandedRowStyle : BandedTableSectionStyle
    public: __property BandedTableSectionStyle* get_FirstBandedRowStyle();
    public: __property void set_FirstBandedRowStyle( 
       BandedTableSectionStyle* value
    );
    public:
    property BandedTableSectionStyle^ FirstBandedRowStyle {
       BandedTableSectionStyle^ get();
       void set (    BandedTableSectionStyle^ value);
    }
    See Also