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






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