Search
NamedRange.setCellRange Method
See Also
 






Sets the cell or range of cells associated with this named range.

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

 Syntax

Java  Copy Code

public void setCellRange (
    String value
)

 Parameters

value

 Remarks

Specifying an invalid or incomplete cell range will throw an exception. A cell range without sheet name is considered incomplete.

 See Also