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






Selects all cells starting from the topmost cell in a worksheet to the specified count of columns and rows.

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

 Syntax

Java  Copy Code

public void selectAll (
    int columns,
    int rows
)

 Parameters

columns

rows

 See Also