Click or drag to resize

XlsRange IsSingleCell Property

Checks if the current selection is a single cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected bool IsSingleCell { get; }

Return Value

Type: Boolean
true if the selection is a single cell, false otherwise.
See Also