Spread Silverlight Documentation
Offset Method (CalcSharedExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcSharedExpression Class : Offset Method
the row offset
the column offset
true if offset the absolute indexes.
true if offset the relative indexes.
Get a new expression with specific offset.
Syntax
'Declaration
 
Public Overrides Function Offset( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   Optional ByVal offsetAbsolute As System.Boolean, _
   Optional ByVal offsetRelative As System.Boolean _
) As CalcExpression
'Usage
 
Dim instance As CalcSharedExpression
Dim row As System.Integer
Dim column As System.Integer
Dim offsetAbsolute As System.Boolean
Dim offsetRelative As System.Boolean
Dim value As CalcExpression
 
value = instance.Offset(row, column, offsetAbsolute, offsetRelative)
public override CalcExpression Offset( 
   System.int row,
   System.int column,
   System.bool offsetAbsolute,
   System.bool offsetRelative
)

Parameters

row
the row offset
column
the column offset
offsetAbsolute
true if offset the absolute indexes.
offsetRelative
true if offset the relative indexes.

Return Value

Return a CalcExpression which offset from current expression.
See Also

Reference

CalcSharedExpression Class
CalcSharedExpression Members