Sets the selection over the cell 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 zero-based index of the column of the cell to select.
The zero-based index of the row of the cell to select.
See Also