Casewhere Runtime API
Casewhere Runtime API
Casewhere.Runtime.IO
IExcelWriter Interface
IExcelWriter Methods
AddSheet Method
Close Method
GetSheet Method
Open Method
IExcelWriter
AddSheet Method
Create a sheet with the given name.
Namespace:
Casewhere.Runtime.IO
Assembly:
Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
IExcelSheetWriter
AddSheet
(
string
name
)
Parameters
name
Type:
System
String
The sheet name
Return Value
Type:
IExcelSheetWriter
An excel sheet writer
See Also
Reference
IExcelWriter Interface
Casewhere.Runtime.IO Namespace