MindFusion.Wpf Pack Programmer's Guide
Selection.Set Method (Int32, Int32)
See Also
 





Sets the selection over the cell at the specified coordinates.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Set (
    int column,
    int row
)

Visual Basic  Copy Code

Public Sub Set( _
    column As Integer, _
    row As Integer _
)

 Parameters

column

The zero-based index of the column of the cell to select.

row

The zero-based index of the row of the cell to select.

 See Also

Set Method Overload List
Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace