GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ConditionalFormatting クラス : GetCfValue メソッド |
'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
public static CfValue GetCfValue( Worksheet worksheet, int contextRow, int contextColumn, string formula, ParseInputMode parseInputMode, CfValueType type )