ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet 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 System.String _
    )
    'Usage
     
    
    Dim address As System.String
     
    Dim instance As New CellPosition(address)
    public CellPosition( 
       System.string address
    )
    public CellPosition( 
        address: System.String
    ); 
    public function CellPosition( 
       address : System.String
    );
    public: CellPosition( 
       System.string* address
    )
    public:
    CellPosition( 
       System.String^ address
    )

    Parameters

    address
    The cell address.
    See Also