Search
Selection.Set Method (CellRange)
See Also
 






Sets the selection over the cells in the specified range.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Set (
    CellRange cellRange
)

Visual Basic  Copy Code

Public Sub Set( _
    cellRange As CellRange _
)

 Parameters

cellRange

A CellRange object specifying the cells to select.

 See Also