| GrapeCity.CalcEngine.Expressions Namespace > CalcNameExpression Class : Offset Method | 
true if offset the absolute indexes.
true if offset the relative indexes.
'Declaration Public Overrides Function Offset( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal offsetAbsolute As Boolean, _ Optional ByVal offsetRelative As Boolean _ ) As CalcExpression
'Usage Dim instance As CalcNameExpression Dim row As Integer Dim column As Integer Dim offsetAbsolute As Boolean Dim offsetRelative As Boolean Dim value As CalcExpression value = instance.Offset(row, column, offsetAbsolute, offsetRelative)
public override CalcExpression Offset( int row, int column, bool offsetAbsolute, bool offsetRelative )
true if offset the absolute indexes.true if offset the relative indexes.Target Platforms: Windows Server 2012, Windows RT