Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / CellPosition Class / CellPosition Constructor / CellPosition Constructor(String)
The cell address.

In This Topic
    CellPosition Constructor(String)
    In This Topic
    Create a CellPosition by an address.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal address As String _
    )
    public CellPosition( 
       string address
    )

    Parameters

    address
    The cell address.
    See Also