[]
Creates the sheet (SheetView object) 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 |
Type | Condition |
---|---|
Exception | Specified sheet does not support a child sheet |
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the number of rows |
ArgumentOutOfRangeException | Specified relation index is out of range; must be between 0 and the number of relations |