IExcelWriterAddSheet Method
|
Create a sheet with the given name.
Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIExcelSheetWriter AddSheet(
string name
)
Parameters
- name String
- The sheet name
Return Value
IExcelSheetWriterAn excel sheet writer
See Also