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






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