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