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

SelectCells Method

Selects the cells in the specified range.

Syntax

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

Remarks

This method selects a range. The Row and Column parameters define the index of the row and column where the selection begins. The RowCount and ColumnCount specify the total number or rows and columns to select beginning at the specified index.

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