ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableColumn Class / TotalRowFunction Property






In This Topic
    TotalRowFunction Property (TableColumn)
    In This Topic
    The function to show in the totals row cell for the column.
    Syntax
    'Declaration
     
    
    Public Property TotalRowFunction As System.String
    'Usage
     
    
    Dim instance As TableColumn
    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