Inserts a date to the collection at the specified index.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
The zero-based index at which date should be inserted.
The date to insert into the collection.
See Also