Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ConditionalFormatting Class / GetCfValue Method


In This Topic
GetCfValue Method
In This Topic
Syntax
'Declaration
 
Public Shared Function GetCfValue( _
   ByVal worksheet As Worksheet, _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer, _
   ByVal formula As String, _
   ByVal parseInputMode As ParseInputMode, _
   ByVal type As CfValueType _
) As CfValue
 
'Usage
 
Dim worksheet As Worksheet
Dim contextRow As Integer
Dim contextColumn As Integer
Dim formula As String
Dim parseInputMode As ParseInputMode
Dim type As CfValueType
Dim value As CfValue
 
value = ConditionalFormatting.GetCfValue(worksheet, contextRow, contextColumn, formula, parseInputMode, type)

Parameters

worksheet
contextRow
contextColumn
formula
parseInputMode
type
See Also