GrapeCity.CalcEngine.Expressions Namespace > CalcSheetRangeExpression 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 Function Offset( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal endRow As System.Integer, _ ByVal endColumn As System.Integer, _ Optional ByVal offsetAbsolute As System.Boolean, _ Optional ByVal offsetRelative As System.Boolean _ ) As CalcSheetRangeExpression
'Usage Dim instance As CalcSheetRangeExpression Dim row As System.Integer Dim column As System.Integer Dim endRow As System.Integer Dim endColumn As System.Integer Dim offsetAbsolute As System.Boolean Dim offsetRelative As System.Boolean Dim value As CalcSheetRangeExpression value = instance.Offset(row, column, endRow, endColumn, offsetAbsolute, offsetRelative)
public CalcSheetRangeExpression Offset( System.int row, System.int column, System.int endRow, System.int endColumn, System.bool offsetAbsolute, System.bool offsetRelative )
true
if offset the absolute indexes.true
if offset the relative indexes.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