'Declaration
Public Function GetLightweightValue( _ ByVal valueIndex As Integer _ ) As IPrimitiveValue
'Usage
Dim instance As MatchData Dim valueIndex As Integer Dim value As IPrimitiveValue value = instance.GetLightweightValue(valueIndex)
public IPrimitiveValue GetLightweightValue( int valueIndex )
Parameters
- valueIndex
- An integer value indicates the index of conditional formatting value.
Return Value
A GrapeCity.Spreadsheet.ExpressionViewCell object represents the expression cell view.