[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IGroupSupport

IGroupSupport Interface

Interface that supports grouping.

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

Properties

Name Description
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.

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).