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






Adds the range of cells at the specified coordinates to the selection.

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

 Syntax

Java  Copy Code

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