ComponentOne ASP.NET MVC Controls
AddCellRange Method

C1.Web.Mvc.Sheet.Fluent Namespace > CellRangeFactory Class : 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
See Also

Reference

CellRangeFactory Class
CellRangeFactory Members