Version

AddRange Method (SelectedCellCollection)

Selects cells contained in passed in cells array keeping the existing selected cells selected.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal cells() As Cell _
) 
public void AddRange( 
   Cell[] cells
)

Parameters

cells
Cells to select.
Remarks

This method can be used to select a range of cells. It will keep the existing selected cells and select the passed in cells.

You can use Cell.IsSelected property to select or unselect individual cells.

,

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also