[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.ProxyCollection-1.Insert

Insert Method

Insert(int, T)

Declaration
public void Insert(int index, T item)
Parameters
Type Name Description
int index
T item
Implements

Insert(int, object)

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index
object value
Implements