insert method
insert(index, value)
Inserts a string into the collection at the specified index.
insert(index: number, value: string)
Parameter | Type | Description |
---|---|---|
index | number | The zero-based index at which value is inserted. |
value | string | The string to insert. |
See Also
- module Aspose.Words.Fields
- class DropDownItemCollection