TotalRowFunction Property (WorkbookTableColumn)
In This Topic
Gets or sets the function to show in the totals row cell for this column.
Syntax
'Declaration
Public Property TotalRowFunction As System.String
'Usage
Dim instance As WorkbookTableColumn
Dim value As System.String
instance.TotalRowFunction = value
value = instance.TotalRowFunction
public System.string TotalRowFunction {get; set;}
public read-write property TotalRowFunction: System.String;
public function get,set TotalRowFunction : System.String
public: __property System.string* get_TotalRowFunction();
public: __property void set_TotalRowFunction(
System.string* value
);
public:
property System.String^ TotalRowFunction {
System.String^ get();
void set ( System.String^ value);
}
See Also