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
)
Public Function Append (
value As TextRange
) As Integer
public:
int Append(
TextRange^ value
)
member Append :
value : TextRange -> int
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