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






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