SetDocument Method (C1MultiDocumentItem)
In This Topic
Sets the document represented by the current item.
Syntax
'Declaration
Public Sub SetDocument( _
ByVal As Object _
)
public void SetDocument(
object
)
Parameters
- document
- The document that is to be represented by this item.
See Also