Show / Hide Table of Contents

Class RowGroup

Inheritance
System.Object
Group
ChildGroup
RowGroup
Inherited Members
ChildGroup.IsDescendantOf(Group)
ChildGroup.UngroupNoChild(Row, Row)
ChildGroup.CreateGroup(Group, Row, Row)
ChildGroup.Depth
ChildGroup.IsExpanded
ChildGroup.First
ChildGroup.Last
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 class RowGroup : ChildGroup

Properties

Next

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

Methods

CreateColumnGroupWithLast(Group, Row, Row)

Declaration
public static RowGroup CreateColumnGroupWithLast(Group parent, Row first, Row last)
Parameters
Type Name Description
Group parent
Row first
Row last
Returns
Type Description
RowGroup

CreateColumnGroupWithNext(Group, Row, Row)

Declaration
public static RowGroup CreateColumnGroupWithNext(Group parent, Row first, Row next)
Parameters
Type Name Description
Group parent
Row first
Row next
Returns
Type Description
RowGroup

GetDimension(Int32)

Declaration
protected override Row GetDimension(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
Row
Overrides
ChildGroup.GetDimension(Int32)
Back to top Generated by DocFX