'Declaration
Public Property SecondBandedColumnStyle As BandedTableSectionStyle
'Usage
Dim instance As TableStyle Dim value As BandedTableSectionStyle instance.SecondBandedColumnStyle = value value = instance.SecondBandedColumnStyle
public BandedTableSectionStyle SecondBandedColumnStyle {get; set;}
public read-write property SecondBandedColumnStyle: BandedTableSectionStyle;
public function get,set SecondBandedColumnStyle : BandedTableSectionStyle
public: __property BandedTableSectionStyle* get_SecondBandedColumnStyle(); public: __property void set_SecondBandedColumnStyle( BandedTableSectionStyle* value );
public: property BandedTableSectionStyle^ SecondBandedColumnStyle { BandedTableSectionStyle^ get(); void set ( BandedTableSectionStyle^ value); }