[]
Gets a conditional formatting value at the specified index.
public virtual CfValue GetValue(int index)
Public Overridable Function GetValue(index As Integer) As CfValue
Type | Name | Description |
---|---|---|
int | index | The index. |
Type | Description |
---|---|
CfValue | A CfValue value represents a conditional formatting value at the specified index. |