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






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