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






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