Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / CellPosition Class / CellPosition Constructor / CellPosition Constructor(Int32,Int32)
The column number.
The row number.

In This Topic
    CellPosition Constructor(Int32,Int32)
    In This Topic
    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