Namespace: Spire.Presentation.Converter.Equation.Word.Documents.XML
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
index
Int32

See Also