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.Offset

[To be supplied.]

[Visual Basic]
Public Function Offset( _
   ByVal offset As Integer _
) As Range
[C#]
public Range Offset(
   int offset
);
[C++]
public: Range Offset(
   int offset
);
[JScript]
public function Offset(
   offset : int
) : Range;

Parameters

offset
[To be supplied.]

See Also

Range Structure | Range Members | System.Data Namespace