'Declaration
Public Property Range As CellRange
public CellRange Range {get; set;}
public read-write property Range: CellRange;
public function get,set Range : CellRange
public: __property CellRange* get_Range(); public: __property void set_Range( CellRange* value );
public: property CellRange^ Range { CellRange^ get(); void set ( CellRange^ value); }