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
Syntaxstring ExportToExcel(
int i_Mode,
bool i_Open
)
Function ExportToExcel (
i_Mode As Integer,
i_Open As Boolean
) As String
Dim instance As IApplicationArchive
Dim i_Mode As Integer
Dim i_Open As Boolean
Dim returnValue As String
returnValue = instance.ExportToExcel(i_Mode,
i_Open)
String^ ExportToExcel(
[InAttribute] int i_Mode,
[InAttribute] bool i_Open
)
Parameters
- i_Mode
- Type: SystemInt32
- i_Open
- Type: SystemBoolean
Return Value
Type:
String
See Also