Spread Silverlight Documentation
Offset Method (CellRange)


The cell range.
The x axis offset.
The y axis offset.
Offsets the specified cell range along the specified axes.
Syntax
'Declaration
 
Public Shared Function Offset( _
   ByVal cellRange As CellRange, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As CellRange
'Usage
 
Dim cellRange As CellRange
Dim x As System.Integer
Dim y As System.Integer
Dim value As CellRange
 
value = CellRange.Offset(cellRange, x, y)
public static CellRange Offset( 
   CellRange cellRange,
   System.int x,
   System.int y
)

Parameters

cellRange
The cell range.
x
The x axis offset.
y
The y axis offset.

Return Value

Returns the cell range after the offset.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellRange Class
CellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.