Link Search Menu Expand Document

CellsSelectionMethod Enumeration

Cells celection method

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum CellsSelectionMethod
Members
Member nameValueDescription
ExcelLikeExtendToMergedCellsIfAny0 (0) Excel like style: the selection extends to merged cells if there are any part of merged cells are included into the selection
ErrorOnIntersectionWithMergedCells1 (1) Do not extend to merged cells but through an exception if the selection intersects with merged cells (if any)
NoErrorOnIntersectionWithMergedCells2 (2) Do not extend to merged cells but do NOT through an exception if the selection intersects with merged cell (if any)
See Also

Reference