[]
Gets a child sheet in a hierarchical display for the specified row and the specified relation index.
public virtual SheetView GetChildView(int row, int relationIndex)
Public Overridable Function GetChildView(row As Integer, relationIndex As Integer) As SheetView
| Type | Name | Description |
|---|---|---|
| int | row | Row whose child sheet is to be created |
| int | relationIndex | Index to the data relation collection |
| Type | Description |
|---|---|
| SheetView | SheetView object |
| Type | Condition |
|---|---|
| InvalidOperationException | Specified sheet does not support a child view |
| ArgumentException | Specified row is not valid; row index must be between 0 and the number of rows |
| ArgumentException | Specified relation is not valid; relation index must be |