ASP.NET MVC Controls
AddCellRange Method

The start row index
The start column index
The end row index
The end column index
Add the CellRange to Range list.
Syntax
'Declaration
 
Public Function AddCellRange( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal row2 As Nullable(Of Integer), _
   ByVal col2 As Nullable(Of Integer) _
) As CellRangeFactory

Parameters

row
The start row index
col
The start column index
row2
The end row index
col2
The end column index
Requirements

Target Platforms: Windows 7, 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

Reference

CellRangeFactory Class
CellRangeFactory Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback