ShowBandedRows Property (Table)
In This Topic
Gets or sets a value that determines whether banded row formatting is applied.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowBandedRows As System.Boolean
'Usage
Dim instance As Table
Dim value As System.Boolean
instance.ShowBandedRows = value
value = instance.ShowBandedRows
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowBandedRows {get; set;}
public read-write property ShowBandedRows: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowBandedRows : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowBandedRows();
public: __property void set_ShowBandedRows(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowBandedRows {
System.bool get();
void set ( System.bool value);
}
See Also