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






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