ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Range Class / To Property






In This Topic
    To Property
    In This Topic
    Gets or sets the bottom-right cell position.
    Syntax
    'Declaration
     
    
    Public Property To As CellPosition
    'Usage
     
    
    Dim instance As Range
    Dim value As CellPosition
     
    instance.To = value
     
    value = instance.To
    public CellPosition To {get; set;}
    public read-write property To: CellPosition; 
    public function get,set To : CellPosition
    public: __property CellPosition* get_To();
    public: __property void set_To( 
       CellPosition* value
    );
    public:
    property CellPosition^ To {
       CellPosition^ get();
       void set (    CellPosition^ value);
    }
    See Also