ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet 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
    'Usage
     
    
    Dim instance As Range
    Dim value As CellPosition
     
    instance.From = value
     
    value = instance.From
    public CellPosition From {get; set;}
    public read-write property From: CellPosition; 
    public function get,set From : CellPosition
    public: __property CellPosition* get_From();
    public: __property void set_From( 
       CellPosition* value
    );
    public:
    property CellPosition^ From {
       CellPosition^ get();
       void set (    CellPosition^ value);
    }
    See Also