Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

SelectCellsAsync Method

Selects the cells in the specified range.

Syntax

[VB.NET]
Public Function SelectCellsAsync(ByVal Row As Integer, ByVal Column As Integer, ByVal RowCount As Integer, ByVal ColumnCount As Integer) As Task
[C#]
public Task SelectCellsAsync(int row, int column, int rowCount, int columnCount);

Remarks

This method is the asynchronous version of the SelectCells method and is used to support asynchronous operations in WinRT. Please refer to SelectCells for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0