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






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