[]
Interface supported by external objects that have to return a value other than themselves (e.g. a cell range object should return the cell content instead of the range itself).
public interface IValueObject
| Name | Description |
|---|---|
| GetValue() | Gets the value of this object. |