FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : IGroupSupport2 Interface |
The following tables list the members exposed by IGroupSupport2.
Name | Description | |
---|---|---|
ColumnCount | Gets or sets the number of columns. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
GroupComparer | Gets the comparer for the group. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
RowCount | Gets or sets the number of rows. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
SortInfo | Gets the sort information for the group. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
SuspendGrouping | Gets or sets whether the grouping is suspended. | |
TargetModel | Gets the target sheet data model. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) |
Name | Description | |
---|---|---|
GetColumnName | Gets the name of the specified column. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
GetGroup | Gets a group for a specified row. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
GetNote | Gets the note for a cell of the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
GetTag | Gets the application data for a cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
GetValue | Gets the value in a cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
Group | Groups the rows by the specified sort information. (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
IsEditable | Determines whether the contents of the cell at the specified row and column are editable. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
IsEmpty | Determines whether the model is empty of data. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
IsGroup | Determines if the specified row is a group header (also called group node). (Inherited from FarPoint.Win.Spread.Model.IGroupSupport) | |
IsRowUsed | Determines whether the specified row contains data. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
SetNote | Sets the note for a cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
SetTag | Sets the application data associated with the cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) | |
SetValue | Sets data in a cell at the specified row and column. (Inherited from FarPoint.Win.Spread.Model.ISheetDataModel) |