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

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