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






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