Initialization range.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLRange( int row, int col ) |
Visual Basic |
---|
Public Sub New ( _ row As Integer, _ col As Integer _ ) |
Parameters
- row
- Type: System..::..Int32
The index of the row in the cell.
- col
- Type: System..::..Int32
The index of the column in the cell.