conaito Office2Silverlight SDK
Opens the Office document.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void OpenDocument(
	string officeFilePath
)
Visual Basic
Public Sub OpenDocument ( _
	officeFilePath As String _
)
Visual C++
public:
void OpenDocument(
	String^ officeFilePath
)

Parameters

officeFilePath
Type: System..::..String
The Office file path.

See Also