'Declaration
Public Property FirstBandedColumnStyle As WorkbookTableBandedStyle
'Usage
Dim instance As WorkbookTableStyle Dim value As WorkbookTableBandedStyle instance.FirstBandedColumnStyle = value value = instance.FirstBandedColumnStyle
public WorkbookTableBandedStyle FirstBandedColumnStyle {get; set;}
public read-write property FirstBandedColumnStyle: WorkbookTableBandedStyle;
public function get,set FirstBandedColumnStyle : WorkbookTableBandedStyle
public: __property WorkbookTableBandedStyle* get_FirstBandedColumnStyle(); public: __property void set_FirstBandedColumnStyle( WorkbookTableBandedStyle* value );
public: property WorkbookTableBandedStyle^ FirstBandedColumnStyle { WorkbookTableBandedStyle^ get(); void set ( WorkbookTableBandedStyle^ value); }