ShowTotalRow Property (Table)
In This Topic
Indicates whether the table should include a total row.
Syntax
'Declaration
Public Property ShowTotalRow As System.Boolean
'Usage
Dim instance As Table
Dim value As System.Boolean
instance.ShowTotalRow = value
value = instance.ShowTotalRow
public System.bool ShowTotalRow {get; set;}
public read-write property ShowTotalRow: System.Boolean;
public function get,set ShowTotalRow : System.boolean
public: __property System.bool get_ShowTotalRow();
public: __property void set_ShowTotalRow(
System.bool value
);
public:
property System.bool ShowTotalRow {
System.bool get();
void set ( System.bool value);
}
See Also