Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class
Properties Methods


In This Topic
    Table Class Members
    In This Topic

    The following tables list the members exposed by Table.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the active cell of worksheet is inside the range of this Table object.  
    Public PropertyGets the filter of this Table.  
    Public PropertyGets or sets whether to generate the columns automatically based on the data source.  
    Public PropertyGets the table border format.  
    Public PropertyGets or sets the comment associated with the Table object.  
    Public PropertyGets or sets whether to allow the user to add a new row when the table is bound.  
    Public PropertyGets the worksheet index of the table data's top row.  
    Public PropertyGets the worksheet index of the table data's bottom row.  
    Public PropertyGets the data row format.  
    Public PropertyGets or sets the data source that populates the table.  
    Public PropertyGets the header row border format.  
    Public PropertyGets the header row format.  
    Public PropertyGets the TableColumn at the specified column index.  
    Public PropertyGets the name of Table object.  
    Public PropertyGets the range reference of this Table.  
    Public PropertyGets or sets a value indicating whether the filter button in the header row of each column is displayed.  
    Public PropertyGets or sets a value indicating whether the header row is visible.  
    Public PropertyGets or sets a value indicating whether the total row is visible.  
    Public PropertyGets the sort object.  
    Public PropertyGets the TableStyle indicates which style will be applied to this Table.  
    Public PropertyGets or sets the TableStyleSetting value indicates which style will be applied.  
    Public PropertyGets the totals row border format.  
    Public PropertyGets the totals row format.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Applies the specified table style to this Table.  
    Public MethodGets the formula that represents the specified area in the table.  
    Public MethodOverloaded. Indicates whether the current object is equal to another object of the same type.  
    Public MethodGets the formula of the specified calculated column.  
    Public MethodGets the relative column index of the specified column.  
    Public MethodGets the style format of the specified cell on this table.  
    Public MethodGet table Formula from structuredItemSpecifiers and column index.  
    Public MethodInserts table column(s) at the specified index.  
    Public MethodInserts table row(s) at the specified index.  
    Public MethodGets a boolean value indicating whether the table is binding to a data source.  
    Public MethodMoves table column(s) at the specified index to other index.  
    Public MethodMoves table row(s) at the specified index to other index.  
    Public MethodRemoves table column(s) at the specified index.  
    Public MethodRemoves table row(s) at the specified index.  
    Public MethodResizes the boundary of this table over a new range. No cells are inserted or moved.  
    Public MethodSets the calculated column's formula.  
    Public MethodSets the name of the column.  
    Public MethodOverloaded. Sets the name of the cell style that is applied to the data row cell of the specified column.  
    Public MethodOverloaded. Sets the name of the cell style that is applied to the header row cell of the specified column.  
    Public MethodOverloaded. Sets the totals row formula.  
    Public MethodSets the totals row label.  
    Public MethodOverloaded. Sets the name of the cell style that is applied to the totals row cell of the specified column.  
    Public MethodToggles the headers row's visibility.  
    Public MethodToggles the totals row's visibility.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodOccurs after the auto filter is deleted;  
    Protected MethodOccurs when current Table is removed.  
    Protected MethodChange name current Table to specified name.  
    Top
    See Also