CellPosition Constructor(Int32,Int32)
In This Topic
Create a CellPosition by coordinate components.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public CellPosition(
int ,
int
)
Parameters
- col
- The column number.
- row
- The row number.
See Also