MobileForms Toolkit Documentation

ColumnCollection.Insert Method 

Inserts a column into the ColumnCollection at the specified index.

public void Insert(
int index,
Column column
);

Parameters

index
The zero-based index at which column should be inserted.
column
The Column to insert.

See Also

ColumnCollection Class | Resco.Controls.SmartGrid Namespace