[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IRichValue

IRichValue Interface

Represents a rich cell value.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface IRichValue : IReadonlyPrimitiveValue
Public Interface IRichValue
    Inherits IReadonlyPrimitiveValue

Properties

Name Description
FieldCount

Gets the total numbers of fields.

ShowDetailsIcon

Gets or sets a boolean indicating whether to show the icon for RichValue<T> object.

Methods

Name Description
GetFieldName(int)

Gets the name of field.

IsSameField(IRichValue)

Gets a boolean value indicating whether this object has same fields as the specified object.

TryGetFieldValue(int, ref CellValue)

Gets the specified field value from this IRichValue object.

TryGetFieldValue(int, IPrimitiveValue)

Gets the specified field value from this IRichValue object.

TryGetFieldValue(string, out object)

Gets the specified field value from this IRichValue object.