'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); }