[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IGroupInfo

IGroupInfo Interface

Represents the information of a group.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IGroupInfo
Public Interface IGroupInfo

Properties

Name Description
Children

Get children of current group.

EndIndex

Gets the end index of current group.

IsCollapsed

Get whether the current group is collapsed.

Level

Gets the level of current group.

Parent

Get the parent of current group.

StartIndex

Gets the start index of current group.

Methods

Name Description
Collapse()

Collapses current group.

Expand()

Expands current group.