Name | Description | |
---|---|---|
TableView Constructor | Overloaded. |
The following tables list the members exposed by TableView.
Name | Description | |
---|---|---|
TableView Constructor | Overloaded. |
Name | Description | |
---|---|---|
BandedColumns | Gets or sets whether to display the banded column style in the table. | |
BandedRows | Gets or sets whether the banded row style is displayed in the table. | |
Comment | Gets or sets table comments. | |
DataRange | Gets the table range area. | |
DataSource | Gets data source of the TableView. | |
FilterButtonVisible | Gets or sets whether to display the filter button in the table header row. | |
FirstColumn | Gets or sets whether to display the first column style in the table. | |
HeaderRowIndex | Gets header row index. | |
HeaderRowVisible | Gets or sets whether the header row is visible. | |
LastColumn | Gets or sets whether to display the last column style in the table. | |
Name | Gets or sets the table name. | |
StyleName | Gets or sets the table style name. | |
TableColumns | Gets the table column collection. | |
TableDataRowStyle | Gets or sets style information for the table data area. | |
TableDataRowStyleName | Gets or sets style name for the table data area. | |
TableHeaderRowStyle | Gets or sets style information for the table header row area. | |
TableHeaderRowStyleName | Gets or sets style name for the table header row area. | |
TableRowFilter | Get or sets the RowFilter of the table. | |
TableTotalRowStyle | Gets or sets style information for the table total row area. | |
TableTotalRowStyleName | Gets or sets style name for the table total row area. | |
TotalRowIndex | Gets total row index. | |
TotalRowVisible | Gets or sets whether the total row is visible. |
Name | Description | |
---|---|---|
AddColumns | Adds columns to the table. | |
AddDataRows | Add rows into the table data area. | |
Filter | Filters a column in the table. | |
GetColumnIndex | Gets the column index. | |
GetColumnName | Gets table column name. | |
GetDataColumnFormula | Gets column formula from a special column. | |
GetUniqueColumnName | Gets unique name for a table column. | |
MoveTableColumns | Moves the columns in the table. | |
MoveTableRows | Moves the rows in the table. | |
RemoveColumns | Removes columns from the table. | |
RemoveDataRows | Removes rows from the table data area. | |
ResetTotalRow | Resets total row values and formulas. | |
Resize | Resizes the table. | |
SetColumnNames | Sets 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. | |
SetDataColumnFormula | Sets data formula in a special column. | |
Sort | Overloaded. Performs a table sort using a complex table sort information setting. |
Name | Description | |
---|---|---|
DeserializeEntry | Deserializes for each binary entry. |
Name | Description | |
---|---|---|
NameChanged | Occurs when name of the table changed. | |
NameChanging | Occurs when name of the table is about to change. | |
PropertyChanged | Occurs when the user changes a property of the table. | |
PropertyChanging | Occurs when the user is changing a property of the table. | |
TableRangeChanged | Occurs when table range changed. | |
TableRangeChanging | Occurs when table range is about to change. |