XlsWorksheetBase
Unselect Method (Boolean)
|
Unselects current tab sheet if possible.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Unselect(
bool Check
)
Public Sub Unselect (
Check As Boolean
)
public:
void Unselect(
bool Check
)
member Unselect :
Check : bool -> unit
Parameters
-
Check
-
Type:
System
Boolean
Indicates whether to allow unselect last sheet.
See Also