Add Method
Add(int, int)
Adds a new row or range of rows for the layout.
Declaration
public void Add(int index, int count)
Public Sub Add(index As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
index |
Row index at which to start
|
int |
count |
Number of rows to add
|