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






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