[To be supplied.]
[Visual Basic] Public Function Resize( _ ByVal xoffset As Integer, _ ByVal yoffset As Integer _ ) As Range [C#] public Range Resize( int xoffset, int yoffset ); [C++] public: Range Resize( int xoffset, int yoffset ); [JScript] public function Resize( xoffset : int, yoffset : int ) : Range;