[]
Represents a rich cell value.
public interface IRichValue : IReadonlyPrimitiveValue
Public Interface IRichValue
Inherits IReadonlyPrimitiveValue
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. |
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. |