[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IRangeGroupSupport

IRangeGroupSupport Interface

Interface that supports the outline (range group) of rows or columns.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IRangeGroupSupport
Public Interface IRangeGroupSupport

Methods

Name Description
AddRangeGroup(int, int, bool)

Groups a range of rows or columns into an outline from a specified start index by a specified amount.

ClearRangeGroup(bool)

Removes an outline (range group).

ExpandRangeGroup(RangeGroupInfo, bool, bool)

Expands or collapses an outline (range group) of rows or columns, by specified group.

ExpandRangeGroup(int, int, bool, bool)

Expands or collapses an outline (range group) of rows or columns, by specified level and index.

GetRangeGroupInfo(int, bool)

Gets all the outlines (range groups) in a specified level.

GetRangeGroupLevels(bool)

Gets the amount of the level of an outline (range group).

RemoveRangeGroup(int, int, bool)

Removes a range of rows or columns from the outline (range group) at the specified start index by a specified amount.