[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IGroupSupport

IGroupSupport Interface

Interface that supports grouping.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface IGroupSupport : ISheetDataModel
Public Interface IGroupSupport
    Inherits ISheetDataModel

Properties

Name Description
EnableGroupFooter

Gets or sets whether the group model has a group footer.

GroupComparer

Gets the comparer for the group.

SortInfo

Gets the sort information for the group.

TargetModel

Gets the target sheet data model.

Methods

Name Description
Dispose()

Internal use only. Disposes.

GetColumnName(int)

Gets the name of the specified column.

GetGroup(int)

Gets a group for a specified row.

GetGroupFooter(int)

Gets a group footer for a specified row.

Group(SortInfo[], IComparer)

Groups the rows by the specified sort information.

IsGroup(int)

Determines if the specified row is a group header (also called group node).

IsGroupFooter(int)

Determines if the specified row is a group footer.