[]
Gets the child view for this sheet with the specified name.
public virtual SheetView FindChildView(int row, int relationIndex)
Public Overridable Function FindChildView(row As Integer, relationIndex As Integer) As SheetView
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the related sheet |
| int | relationIndex | Relation index |
| Type | Description |
|---|---|
| SheetView | The child view. |