XlsWorksheet
HasMergedCells Property
|
Indicates whether worksheet has merged cells.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasMergedCells { get; }
Public ReadOnly Property HasMergedCells As Boolean
Get
public:
property bool HasMergedCells {
bool get ();
}
member HasMergedCells : bool with get
Property Value
Type:
Boolean
See Also