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






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