ImportObjectOptions
CheckMergedCells Property
|
Gets or sets a value indicating whether to check for merged cells.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool CheckMergedCells { get; set; }
Public Property CheckMergedCells As Boolean
Get
Set
public:
property bool CheckMergedCells {
bool get ();
void set (bool value);
}
member CheckMergedCells : bool with get, set
Property Value
Type:
Boolean
See Also