Get a new expression with specific offset.
'Declaration
Public Overrides Function Offset( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
Optional ByVal As System.Boolean, _
Optional ByVal 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)
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.
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)