IExcelSheetWriterSetName Method
|
Set the name of the current sheet.
Namespace:
Casewhere.Runtime.IO
Assembly:
Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SetName(
string name
)
Parameters
- name
- Type: SystemString
The sheet name.
See Also