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






Sets the selection over the range of cells at the specified coordinates.

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

 Syntax

Java  Copy Code

public void set (
    int column1,
    int row1,
    int column2,
    int row2
)

 Parameters

column1

The leftmost column of the range to select.

row1

The topmost row of the range to select.

column2

The rightmost column of the range to select.

row2

The bottommost row of the range to select.

 See Also