Click or drag to resize

IApplicationArchiveExportToExcel Method

Export to Excel. Mode: 1 = Default, 2 = All, 3 = Selected. Open: Attempt to open .xls temp file. Returns full path of temp file in SOTEMP directory. Observe that temp files will get deleted when SoCrm shuts down.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
string ExportToExcel(
	int i_Mode,
	bool i_Open
)

Parameters

i_Mode
Type: SystemInt32
i_Open
Type: SystemBoolean

Return Value

Type: String
See Also