Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class
Properties

In This Topic
    ExcelTable Class Members
    In This Topic

    The following tables list the members exposed by ExcelTable.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the auto filter information about the table.  
    Public PropertyAn element representing the collection of all table columns for this table.  
    Public PropertyA string representing the name of the table. This is the name that shall be used in formula references, and displayed in the UI to the end user.  
    Public PropertyA non zero integer representing the unique identifier for this table. Each table in the workbook shall have a unique id.  
    Public PropertyA string representing the name of the table that is used to reference the table programmatically through the spreadsheet application object model.  
    Public PropertyThe range on the relevant sheet that the table.  
    Public PropertyA flag indicate whether show header row or not.  
    Public PropertyA Boolean indicating whether the totals row has ever been shown in the past for this table.  
    Public PropertyDescribes which style is used to display this table, and specifies which portions of the table have the style applied.  
    Top
    See Also