'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); }