[]
Gets the specified field value from this IRichValue object.
public bool TryGetFieldValue(string name, out object value)
Public Function TryGetFieldValue(name As String, ByRef value As Object) As Boolean
Type | Description |
---|---|
bool | A boolean value indicates whether the field value is returned successful. |
Gets the specified field value from this IRichValue object.
public bool TryGetFieldValue(int index, ref CellValue result)
Public Function TryGetFieldValue(index As Integer, ByRef result As CellValue) As Boolean
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the field index. |
CellValue | result | An CellValue object indicates the result. |
Type | Description |
---|---|
bool | A boolean value indicates whether the field value is returned successful. |
Gets the specified field value from this IRichValue object.
public bool TryGetFieldValue(int index, IPrimitiveValue result)
Public Function TryGetFieldValue(index As Integer, result As IPrimitiveValue) As Boolean
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the field index. |
IPrimitiveValue | result | An IPrimitiveValue object indicates the result. |
Type | Description |
---|---|
bool | A boolean value indicates whether the field value is returned successful. |