Spread WPF 17
GrapeCity.Excel Namespace / IExcelTable Interface
Properties

In This Topic
    IExcelTable Interface Members
    In This Topic

    The following tables list the members exposed by IExcelTable.

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