Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / WorkbookTableStyle Class / FirstHeaderCellStyle Property

In This Topic
    FirstHeaderCellStyle Property
    In This Topic
    Gets or sets the first cell style in the header row.
    Syntax
    'Declaration
     
    
    Public Property FirstHeaderCellStyle As WorkbookTableCommonStyle
    public WorkbookTableCommonStyle FirstHeaderCellStyle {get; set;}
    See Also