ShowBandedColumns Property (Table)
In This Topic
Indicating whether banded column formatting is applied.
Syntax
'Declaration
Public Property ShowBandedColumns As System.Boolean
'Usage
Dim instance As Table
Dim value As System.Boolean
instance.ShowBandedColumns = value
value = instance.ShowBandedColumns
public System.bool ShowBandedColumns {get; set;}
public read-write property ShowBandedColumns: System.Boolean;
public function get,set ShowBandedColumns : System.boolean
public: __property System.bool get_ShowBandedColumns();
public: __property void set_ShowBandedColumns(
System.bool value
);
public:
property System.bool ShowBandedColumns {
System.bool get();
void set ( System.bool value);
}
See Also