Click or drag to resize

TextRangeList Append Method

Adds a text range to the end of collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	TextRange value
)

Parameters

value
Type: Spire.Presentation TextRange
The text range

Return Value

Type: Int32
The index at which the text range has been added.
See Also