TextRangeList
Insert Method
|
Inserts a Portion into the collection at the specified index.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Insert(
int index,
TextRange value
)
Public Sub Insert (
index As Integer,
value As TextRange
)
public:
void Insert(
int index,
TextRange^ value
)
member Insert :
index : int *
value : TextRange -> unit
Parameters
-
index
-
Type:
System
Int32
The zero-based index at which Portion should be inserted.
-
value
-
Type:
Spire.Presentation
TextRange
The Portion to insert.
See Also