CellsSelectionMethod Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Cells celection method
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ExcelLikeExtendToMergedCellsIfAny | 0 | (0) Excel like style: the selection extends to merged cells if there are any part of merged cells are included into the selection | |
ErrorOnIntersectionWithMergedCells | 1 | (1) Do not extend to merged cells but through an exception if the selection intersects with merged cells (if any) | |
NoErrorOnIntersectionWithMergedCells | 2 | (2) Do not extend to merged cells but do NOT through an exception if the selection intersects with merged cell (if any) |
See Also