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






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