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






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