Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITable Interface
Properties Methods

In This Topic
    ITable Interface Members
    In This Topic

    The following tables list the members exposed by ITable.

    Public Properties
     NameDescription
     PropertyFilters a list using the IAutoFilter (read-only).  
     Property Gets or sets whether to generate columns automatically while binding data.  
     Property Gets or sets binding path of current table.  
     PropertyReturns an ITableColumns collection that represents all the columns in the ITable object.  
     Property Gets or sets the comment associated with the table object.  
     PropertyReturns the IRange object that represents the range that contains the data area in the table between the header row and the insert row.  
     PropertyGets or sets the display name for the specified ITable.  
     Property Gets or sets whether to add/delete entire rows on data binding.  
     PropertyReturns the IRange object that represents the range of the header row for a table.  
     PropertyGets or sets the name of the ITable object.  
     PropertyReturns the IRange object that represents the range to which the specified table object applies.  
     PropertyReturns the ITableRows that represents all the rows of data in the ITable object.  
     Property Gets or sets whether the AutoFilter is displayed.  
     Property Gets or sets whether the table filter button is visible.  
     PropertyGets or sets whether the header information should be displayed for the specified ITable object (read or write).  
     PropertyGets or sets if the column stripes table style is used for the specified ITable object (read or write).  
     PropertyGets or sets if the first column is formatted for the specified ITable object (read or write).  
     PropertyGets or sets if the last column is displayed for the specified ITable object (read or write).  
     PropertyGets or sets if the row stripes table style is used for the specified ITable object (read or write).  
     Property Gets or sets whether the total row is visible.  
     PropertyGets the sort column or columns, and sort order for the ITable collection.  
     PropertyGets or sets the table style for the specified ITable object (read or write).  
     PropertyReturns the IRange object that represents the Total row, if any, from a specified ITable object.  
    Top
    Public Methods
     NameDescription
     Method Convert the range of cells that made up the table to a regular range of data.  
     MethodDeletes the ITable object and clears the cell data from the worksheet.  
     Method Generate table from Json string.  
     MethodThe Resize method allows the ITable object to be resized over a new range. No cells are inserted or moved. NOTE: The headers must remain in the same row, and the resulting table range must overlap the original table range.  
     Method Generate json string from table.  
    Top
    See Also