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






Adds the cell at the specified coordinates to the selection.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void add (
    int column,
    int row
)

 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