IWorksheets
Remove Method (String)
|
Removes specified worksheet from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Remove(
string sheetName
)
Sub Remove (
sheetName As String
)
void Remove(
String^ sheetName
)
abstract Remove :
sheetName : string -> unit
Parameters
-
sheetName
-
Type:
System
String
Name of the sheet to remove.
See Also