Search
Selection.set Method (CellRange)
See Also
 






Sets the selection over the cells in the specified range.

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

 Syntax

Java  Copy Code

public void set (
    CellRange cellRange
)

 Parameters

cellRange

A CellRange object specifying the cells to select.

 See Also