Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet 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
     PropertyGets a value indicating whether the active cell of worksheet is inside the range of this ITable object.  
     PropertyGets the filter of this ITable.  
     PropertyGets or sets whether to generate the columns automatically based on the data source.  
     PropertyGets or sets the comment associated with the ITable object.  
     PropertyGets or sets whether to allow the user to add a new row when the table is bound.  
     PropertyGets an IRange object that represents the range of values, excluding the header row, in a table.  
     PropertyGets or sets the data source that populates the table.  
     PropertyGets an IRange object that represents the range of the header row for a table.  
     PropertyGets the name of ITable object.  
     PropertyGets an IRange object that represents the range to which the specified table in the above list applies.  
     PropertyGets or sets a boolean value indicating whether the AutoFilter will be displayed.  
     PropertyGets or sets a boolean value indicating whether the AutoFilter drop down for the table object is displayed.  
     PropertyGets or sets a value indicating whether the header row is visible.  
     PropertyGets or sets a value indicating whether the Column Stripes table style is used for the specified table object.  
     PropertyGets or sets a value indicating whether the first column is formatted for the specified table object.  
     PropertyGets or sets a value indicating whether the last column is displayed for the specified table object.  
     PropertyGets or sets a value indicating whether the Row Stripes table style is used for the specified table object.  
     PropertyGets or sets a value indicating whether the total row is visible.  
     PropertyGets a list of the table slicers associated with an ITable.  
     PropertyGets the sort object.  
     PropertyGets a ITableColumns collection that represents all the columns in a ITable object.  
     PropertyGets a ITableRows collection that represents all the rows in a ITable object.  
     PropertyGets the TableStyle indicates which style will be applied to this ITable.  
     PropertyGets the string value indicates which style will be applied to this ITable.  
     PropertyGets an IRange object representing the Total row, if any, from a specified table object.  
     PropertyGets the worksheet object for the specified table.  
    Top
    Public Methods
     NameDescription
     MethodDeletes this ITable from the worksheet.  
     MethodOverloaded. Resizes the boundary of this table over a new range. No cells are inserted or moved.  
     MethodConvert data of this ITable into normal cells and deletes it from the worksheet.  
    Top
    See Also