NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Range.Resize

[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;

Parameters

xoffset
[To be supplied.]
yoffset
[To be supplied.]

See Also

Range Structure | Range Members | System.Data Namespace