DocumentSerializable
RestoreReference Method
|
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected virtual void RestoreReference(
string name,
int index
)
Protected Overridable Sub RestoreReference (
name As String,
index As Integer
)
protected:
virtual void RestoreReference(
String^ name,
int index
)
abstract RestoreReference :
name : string *
index : int -> unit
override RestoreReference :
name : string *
index : int -> unit
Parameters
-
name
-
Type:
System
String
-
index
-
Type:
System
Int32
See Also