Class ChildGroup
Inheritance
System.Object
ChildGroup
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class ChildGroup : Group
Properties
Depth
Declaration
public override int Depth { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Overrides
First
Declaration
public Row First { get; }
Property Value
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Last
Declaration
Property Value
Methods
CreateGroup(Group, Row, Row)
Declaration
public override sealed ChildGroup CreateGroup(Group parent, Row first, Row next)
Parameters
Returns
Overrides
GetDimension(Int32)
Declaration
protected abstract Row GetDimension(int i)
Parameters
| Type |
Name |
Description |
| System.Int32 |
i |
|
Returns
IsDescendantOf(Group)
Declaration
public override bool IsDescendantOf(Group ancestor)
Parameters
| Type |
Name |
Description |
| Group |
ancestor |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
UngroupNoChild(Row, Row)
Declaration
protected override void UngroupNoChild(Row first, Row last)
Parameters
| Type |
Name |
Description |
| Row |
first |
|
| Row |
last |
|
Overrides