Show / Hide Table of Contents

Class ChildGroup

Inheritance
System.Object
Group
ChildGroup
RowGroup
Inherited Members
Group.Children
Group.GetGroups(Predicate<ChildGroup>)
Group.NotifyPropertyChanged(String)
Group.Expand(Int32)
Group.PropertyChanged
Group.MaxDepth
Group.TopParent
Group.GetAncestorsStrict(Group)
Namespace: DRIT.Spreadsheet
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
Group.Depth

First

Declaration
public Row First { get; }
Property Value
Type Description
Row

IsExpanded

Declaration
public bool IsExpanded { get; set; }
Property Value
Type Description
System.Boolean

Last

Declaration
public Row Last { get; }
Property Value
Type Description
Row

Methods

CreateGroup(Group, Row, Row)

Declaration
public override sealed ChildGroup CreateGroup(Group parent, Row first, Row next)
Parameters
Type Name Description
Group parent
Row first
Row next
Returns
Type Description
ChildGroup
Overrides
Group.CreateGroup(Group, Row, Row)

GetDimension(Int32)

Declaration
protected abstract Row GetDimension(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Row

IsDescendantOf(Group)

Declaration
public override bool IsDescendantOf(Group ancestor)
Parameters
Type Name Description
Group ancestor
Returns
Type Description
System.Boolean
Overrides
Group.IsDescendantOf(Group)

UngroupNoChild(Row, Row)

Declaration
protected override void UngroupNoChild(Row first, Row last)
Parameters
Type Name Description
Row first
Row last
Overrides
Group.UngroupNoChild(Row, Row)
Back to top Generated by DocFX