Adds the range of cells at the specified coordinates to the selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Add ( |
Visual Basic
Copy Code
|
|---|
Public Sub Add( _ |
The leftmost column of the range to select.
The topmost row of the range to select.
The rightmost column of the range to select.
The bottommost row of the range to select.
See Also