Spread Windows Forms 9.0 Product Documentation
TableView Class Members
Properties  Methods  Events


The following tables list the members exposed by TableView.

Public Constructors
 NameDescription
Public ConstructorTableView ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyBandedColumnsGets or sets whether to display the banded column style in the table.  
Public PropertyBandedRowsGets or sets whether the banded row style is displayed in the table.  
Public PropertyCommentGets or sets table comments.  
Public PropertyDataRangeGets the table range area.  
Public PropertyDataSourceGets data source of the TableView.  
Public PropertyFilterButtonVisibleGets or sets whether to display the filter button in the table header row.  
Public PropertyFirstColumnGets or sets whether to display the first column style in the table.  
Public PropertyHeaderRowIndexGets header row index.  
Public PropertyHeaderRowVisibleGets or sets whether the header row is visible.  
Public PropertyLastColumnGets or sets whether to display the last column style in the table.  
Public PropertyNameGets or sets the table name.  
Public PropertyStyleNameGets or sets the table style name.  
Public PropertyTableColumnsGets the table column collection.  
Public PropertyTableDataRowStyleGets or sets style information for the table data area.  
Public PropertyTableDataRowStyleNameGets or sets style name for the table data area.  
Public PropertyTableHeaderRowStyleGets or sets style information for the table header row area.  
Public PropertyTableHeaderRowStyleNameGets or sets style name for the table header row area.  
Public PropertyTableTotalRowStyleGets or sets style information for the table total row area.  
Public PropertyTableTotalRowStyleNameGets or sets style name for the table total row area.  
Public PropertyTotalRowIndexGets total row index.  
Public PropertyTotalRowVisibleGets or sets whether the total row is visible.  
Top
Public Methods
 NameDescription
Public MethodAddColumnsAdds columns to the table.  
Public MethodAddDataRowsAdd rows into the table data area.  
Public MethodFilterFilters a column in the table.  
Public MethodGetColumnIndexGets the column index.  
Public MethodGetColumnNameGets table column name.  
Public MethodGetDataColumnFormulaGets column formula from a special column.  
Public MethodGetUniqueColumnNameGets unique name for a table column.  
Public MethodMoveTableColumnsMoves the columns in the table.  
Public MethodMoveTableRowsMoves the rows in the table.  
Public MethodRemoveColumnsRemoves columns from the table.  
Public MethodRemoveDataRowsRemoves rows from the table data area.  
Public MethodResetTotalRowResets total row values and formulas.  
Public MethodResizeResizes the table.  
Public MethodSetColumnNamesSets the column names for the table. The count of array names must equal the count of table columns. Each element must not be null or empty and each element must be unique (not case sensitive) in the array names.  
Public MethodSetDataColumnFormulaSets data formula in a special column.  
Public MethodSortOverloaded. Performs a table sort using a complex table sort information setting.  
Top
Protected Methods
 NameDescription
Protected MethodDeserializeEntryDeserializes for each binary entry.  
Top
Public Events
 NameDescription
Public EventNameChangedOccurs when name of the table changed.  
Public EventNameChangingOccurs when name of the table is about to change.  
Public EventPropertyChangedOccurs when the user changes a property of the table.  
Public EventPropertyChangingOccurs when the user is changing a property of the table.  
Public EventTableRangeChangedOccurs when table range changed.  
Public EventTableRangeChangingOccurs when table range is about to change.  
Top
See Also

Reference

TableView Class
FarPoint.Win.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.