Ensures that the specified document location is visible in the current preview pane.
シンタックス
'宣言
Public Overloads Sub GotoDocumentLocation( _
ByVal As IDocumentLocation, _
ByVal As System.String _
)
'使用法
Dim instance As C1PreviewPane
Dim documentLocation As IDocumentLocation
Dim historyItemCaption As System.String
instance.GotoDocumentLocation(documentLocation, historyItemCaption)
public void GotoDocumentLocation(
IDocumentLocation ,
System.string
)
パラメータ
- documentLocation
- A document location to go to.
- historyItemCaption
- The caption to use for the history item created by the view change.
参照