Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Range Class / From Property

In This Topic
    From Property
    In This Topic
    Gets or sets the top-left cell position.
    Syntax
    'Declaration
     
    
    Public Property From As CellPosition
    public CellPosition From {get; set;}
    See Also