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






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