Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITable Interface
Methods

In This Topic
    ITable Interface Members
    In This Topic

    The following tables list the members exposed by ITable.

    Public Methods
     NameDescription
     MethodConvert 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 theworksheet.  
     MethodGenerate the table from json string.  
     MethodFilters a list using the IAutoFilter .  
     MethodGets whether to generate columns automatically while binding data.  
     MethodGets the binding path of current table.  
     MethodReturns an ITableColumns collection that represents all the columnsin the ITable object.  
     MethodGets the comment associated with the table object.  
     MethodReturns the IRange object that represents the range that contains thedata area in the table between the header row and the insert row.  
     MethodGets the display name for the specified ITable.  
     MethodGets whether to add/delete entire rows on data binding.  
     MethodReturns the IRange object that represents the range of the header rowfor a table.  
     MethodGets the name of the ITable object.  
     MethodReturns the IRange object that represents the range to which thespecified table object applies.  
     MethodReturns the ITableRows that represents all the rows of data in the ITable object.  
     MethodGets whether the AutoFilter is displayed.  
     MethodGets whether the table filter button is visible.  
     MethodGets whether the header information should be displayed for the specified ITable object.  
     MethodGets if the column stripes table style is used for the specified ITable object .  
     MethodGets if the first column is formatted for the specified ITableobject.  
     MethodGets if the last column is displayed for the specified ITable object.  
     MethodGets if the row stripes table style is used for the specified ITableobject.  
     MethodGets whether the total row is visible.  
     MethodGets the sort column or columns, and sort order for the ITablecollection.  
     MethodGets the table style for the specified ITable object.  
     MethodReturns the IRange object that represents the Total row, if any, froma specified ITable object.  
     MethodThe Resize method allows the ITable object to be resized over a newrange. No cells are inserted or moved.  
     MethodSets whether to generate columns automatically while binding data.  
     MethodSets the binding path of current table.  
     MethodSets the comment associated with the table object.  
     MethodSets the display name for the specified ITable.  
     MethodSets whether to add/delete entire rows on data binding.  
     MethodSets the name of the ITable object.  
     MethodSets whether the AutoFilter is displayed.  
     MethodSets whether the table filter button is visible.  
     MethodSets whether the header information should be displayed for the specified ITable object.  
     MethodSets if the column stripes table style is used for the specified ITable object .  
     MethodSets if the first column is formatted for the specified ITableobject.  
     MethodSets if the last column is displayed for the specified ITable object.  
     MethodSets if the row stripes table style is used for the specified ITableobject.  
     MethodSets whether the total row is visible.  
     MethodSets the table style for the specified ITable object.  
     MethodGenerate the string from table.  
    Top
    See Also