DocumentObjectCollection
OnInsert Method
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected virtual void OnInsert(
int index,
DocumentObject entity
)
Protected Overridable Sub OnInsert (
index As Integer,
entity As DocumentObject
)
protected:
virtual void OnInsert(
int index,
DocumentObject^ entity
)
abstract OnInsert :
index : int *
entity : DocumentObject -> unit
override OnInsert :
index : int *
entity : DocumentObject -> unit
Parameters
-
index
-
Type:
System
Int32
-
entity
-
Type:
Spire.Doc
DocumentObject
See Also