 | WorksheetSetSelectedCells(CellAddress, CellAddress) Method |
Note: This API is now obsolete.
Sets the selected cells on this worksheet
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntax[ObsoleteAttribute("This method is a deprecated subset of the function AddSelectedCells. It will be removed in a future version")]
public void SetSelectedCells(
CellAddress startAddress,
CellAddress endAddress
)
Parameters
- startAddress CellAddress
- Start address of the range to set as single cell range for selected cells
- endAddress CellAddress
- End address of the range to set as single cell range for selected cells
See Also