TotalRowLabel Property (TableColumn)
In This Topic
The string to show in the totals row cell for the column.
Syntax
'Declaration
Public Property TotalRowLabel As System.String
'Usage
Dim instance As TableColumn
Dim value As System.String
instance.TotalRowLabel = value
value = instance.TotalRowLabel
public System.string TotalRowLabel {get; set;}
public read-write property TotalRowLabel: System.String;
public function get,set TotalRowLabel : System.String
public: __property System.string* get_TotalRowLabel();
public: __property void set_TotalRowLabel(
System.string* value
);
public:
property System.String^ TotalRowLabel {
System.String^ get();
void set ( System.String^ value);
}
See Also