IParagraphCollection
RemoveAt Method
|
Removes the paragraph at the specified index from the collection.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void RemoveAt(
int index
)
Sub RemoveAt (
index As Integer
)
void RemoveAt(
int index
)
abstract RemoveAt :
index : int -> unit
Parameters
-
index
-
Type:
System
Int32
The index.
See Also