Sets the selection over the range of cells at the specified coordinates.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Set ( |
Visual Basic
Copy Code
|
|---|
Public Sub Set( _ |
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