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






Sets the selection over the cell at the specified coordinates.

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

 Syntax

Java  Copy Code

public void set (
    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