Search
CellRangeCollection.get Method (Int32, Int32, Int32, Int32)
See Also
 






Gets a CellRange object that can be used to manipulate the data of the cells in the specified range.

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

 Syntax

Java  Copy Code

public CellRange get (
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
)

 Parameters

topLeftColumn

The zero-based index of the top-left column of the range.

topLeftRow

The zero-based index of the top-left row of the range.

bottomRightColumn

The zero-based index of the bottom-right column of the range.

bottomRightRow

The zero-based index of the bottom-right row of the range.

 Return Value

A CellRange object that can be used to manipulate the cells in the range.

 See Also