pmMDA.NET

ViewBagOrListProperty.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts an View into the ViewBagOrListProperty at the specified index.

public void Insert(
   int index,
   View view
);

Parameters

index
The zero-based index at which the view should be inserted.
view
The View to insert.

See Also

ViewBagOrListProperty Class | PmMda.Net.Views Namespace