TotalRowLabel Property (WorkbookTableColumn)
In This Topic
Gets or sets the string to show in the totals row cell for the column.
Syntax
'Declaration
Public Property TotalRowLabel As System.String
'Usage
Dim instance As WorkbookTableColumn
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