Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / MatchData Structure / GetLightweightValue Method
An integer value indicates the index of conditional formatting value.


In This Topic
GetLightweightValue Method
In This Topic
Gets the corresponding expression cell view of the specified conditional formatting value.
Syntax
'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)

Parameters

valueIndex
An integer value indicates the index of conditional formatting value.

Return Value

A GrapeCity.Spreadsheet.ExpressionViewCell object represents the expression cell view.
See Also