Click or drag to resize

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
)

Parameters

Check
Type: System Boolean
Indicates whether to allow unselect last sheet.
See Also