Click or drag to resize

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
)

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