[]
Adds a new layout column or range of layout columns.
public void Add(int index, int count)
Public Sub Add(index As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | index | Layout column index at which to start |
int | count | Number of layout columns to add |