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