[]
Gets the child view in a hierarchical display with the specified row and data relation index.
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 sheet |
int | relationIndex | Relation index |
Type | Description |
---|---|
SheetView | Child SheetView object |