Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcOffsetFunction Class
Members


In This Topic
    CalcOffsetFunction Class
    In This Topic
    Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells.
    Object Model
    CalcOffsetFunction Class
    Syntax
    'Declaration
     
    Public Class CalcOffsetFunction 
       Inherits CalcBuiltinFunction
    'Usage
     
    Dim instance As CalcOffsetFunction
    public class CalcOffsetFunction : CalcBuiltinFunction 
    Remarks
    The reference that is returned can be a single cell or a range of cells. You can specify the number of rows and the number of columns to be returned.
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.Functions.CalcFunction
          GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
             GrapeCity.CalcEngine.Functions.CalcOffsetFunction

    See Also