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






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