Spread Windows Forms 12.0 Product Documentation
GetLightweightValue Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Conditional Namespace > MatchData Structure : GetLightweightValue Method
An integer value indicates the index of conditional formatting value.
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)
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.
See Also

Reference

MatchData Structure
MatchData Members