GrapeCity SPREAD for Windows Forms 11.0J
ParseFormula メソッド (ConditionalFormattingRule)


構文
'Declaration
 
Protected Function ParseFormula( _
   ByVal cfValue As GrapeCity.Spreadsheet.CfValue, _
   ByVal worksheet As GrapeCity.Spreadsheet.Worksheet, _
   ByVal baseRow As Integer, _
   ByVal baseColumn As Integer _
) As String
'使用法
 
Dim instance As ConditionalFormattingRule
Dim cfValue As GrapeCity.Spreadsheet.CfValue
Dim worksheet As GrapeCity.Spreadsheet.Worksheet
Dim baseRow As Integer
Dim baseColumn As Integer
Dim value As String
 
value = instance.ParseFormula(cfValue, worksheet, baseRow, baseColumn)
protected string ParseFormula( 
   GrapeCity.Spreadsheet.CfValue cfValue,
   GrapeCity.Spreadsheet.Worksheet worksheet,
   int baseRow,
   int baseColumn
)

パラメータ

cfValue
worksheet
baseRow
baseColumn
参照

ConditionalFormattingRule クラス
ConditionalFormattingRule メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.