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