IExcelWriterGetSheet Method
|
Get a sheet with its index.
Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIExcelSheetWriter GetSheet(
int index
)
Parameters
- index Int32
- The sheet index.
Return Value
IExcelSheetWriterAn excel sheet writer.
See Also