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






Adds the cell at the specified coordinates to the selection.

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

 Syntax

C#  Copy Code

public void Add (
    int column,
    int row
)

Visual Basic  Copy Code

Public Sub Add( _
    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