ComponentOne ASP.NET MVC Controls
CellPosition Constructor(Int32,Int32)

C1.Web.Mvc.Sheet Namespace > CellPosition Class > CellPosition Constructor : CellPosition Constructor(Int32,Int32)
The column number.
The row number.
Create a CellPosition by coordinate components.
Syntax
'Declaration
 
Public Function New( _
   ByVal col As Integer, _
   ByVal row As Integer _
)
public CellPosition( 
   int col,
   int row
)

Parameters

col
The column number.
row
The row number.
See Also

Reference

CellPosition Class
CellPosition Members
Overload List