ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelTableStyleElementType - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ExcelTableStyleElementType

    Element type of Excel Table Style

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelTableStyleElementType

    Fields

    Name Description
    FirstColumn

    Represents the first column of the table.

    FirstColumnStripe

    Represents the first column stripe.

    FirstHeaderCell

    Represents the first cell in the header row of the table.

    FirstRowStripe

    Represents the first row stripe.

    FirstTotalCell

    Represents the first total cell of the table.

    HeaderRow

    Represents the header row of the table.

    LastColumn

    Represents the last column of the table.

    LastHeaderCell

    Represents the last cell in the header row of the table.

    LastTotalCell

    Represents the last total cell of the table.

    SecondColumnStripe

    Represents the second column stripe.

    SecondRowStripe

    Represents the second row stripe.

    TotalRow

    Represents the total row of the table.

    WholeTable

    Represents the whole table.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved