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






In This Topic
    TotalRowStyle Property (TableStyle)
    In This Topic
    Gets or sets the total row style.
    Syntax
    'Declaration
     
    
    Public Property TotalRowStyle As TableSectionStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableSectionStyle
     
    instance.TotalRowStyle = value
     
    value = instance.TotalRowStyle
    public TableSectionStyle TotalRowStyle {get; set;}
    public read-write property TotalRowStyle: TableSectionStyle; 
    public function get,set TotalRowStyle : TableSectionStyle
    public: __property TableSectionStyle* get_TotalRowStyle();
    public: __property void set_TotalRowStyle( 
       TableSectionStyle* value
    );
    public:
    property TableSectionStyle^ TotalRowStyle {
       TableSectionStyle^ get();
       void set (    TableSectionStyle^ value);
    }
    See Also