Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface
Properties Methods

In This Topic
    IValue Interface Members
    In This Topic

    The following tables list the members exposed by IValue.

    Public Properties
     NameDescription
     PropertyGets the reference count.  
     PropertyGets the reference source count.  
     PropertyGets the value type of this IValue instance.  
    Top
    Public Methods
     NameDescription
     MethodCompares this instance to a specified IPrimitiveValue object and returns an indication of their relative values. (Inherited from GrapeCity.CalcEngine.IPrimitiveValue)
     MethodCopies all references to an array at the specified position.  
     MethodCreates a new values array.  
     MethodGets the cell range reference at the specified position.  
     MethodGets the column count of the evaluated range reference.  
     MethodGets the System.DateTime value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the IDelegate object.  
     MethodGets the CalcError value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the System.Boolean value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the System.Double value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the System.Object value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGet primitive value from this IValue object.  
     MethodGets the reference at the specified position.  
     MethodOverloaded. Gets the reference source.  
     MethodGets the end reference source.  
     MethodGets the row count of the evaluated range reference.  
     MethodGets the System.String value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the System.TimeSpan value. (Inherited from GrapeCity.CalcEngine.IReadonlyPrimitiveValue)
     MethodGets the values array value.  
     MethodResets this IPrimitiveValue object to empty. (Inherited from GrapeCity.CalcEngine.IPrimitiveValue)
     MethodOverloaded. Sets the value of this IValue to the specified cell reference.  
     MethodSets the value of this IValue to the specified IValuesArray.  
    Top
    See Also