Search
Selection.Set Method (Int32, Int32)
See Also
 






Sets the selection over the cell at the specified coordinates.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 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