Write Method (IExcelHost)
In This Topic
Write data to Excel file stream.
Syntax
'Declaration
Sub Write( _
ByVal As GrapeCity.Documents.Excel.IWorkbook, _
ByVal As Stream, _
ByVal As String _
)
void Write(
GrapeCity.Documents.Excel.IWorkbook ,
Stream ,
string
)
Parameters
- workbook
- A Workbook object.
- file
- The file.
- fileType
- The file extension.
See Also