MindFusion.Wpf Pack Programmer's Guide
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: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void SelectAll (
    int columns,
    int rows
)

Visual Basic  Copy Code

Public Sub SelectAll( _
    columns As Integer, _
    rows As Integer _
)

 Parameters

columns

The number of columns to select.

rows

The number of rows to select.

 See Also

SelectAll Method Overload List
Selection Members
Selection Class
MindFusion.Spreadsheet.Wpf Namespace