Selects all cells starting from the topmost cell in a worksheet to the specified count of columns and rows.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void SelectAll ( |
Visual Basic
Copy Code
|
|---|
Public Sub SelectAll( _ |
The number of columns to select.
The number of rows to select.
See Also