GrapeCity SPREAD for Windows Forms 11.0J
UnparseFormula メソッド (DefaultSheetDataModel)


セルの行インデックス
セルの列インデックス
文字列に戻す式
指定した行および列のセルの指定した式から数式を文字列値として取得します。
構文
'Declaration
 
Public Function UnparseFormula( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal expression As Expression _
) As String
'使用法
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim expression As Expression
Dim value As String
 
value = instance.UnparseFormula(row, column, expression)
public string UnparseFormula( 
   int row,
   int column,
   Expression expression
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス
expression
文字列に戻す式

戻り値の型

数式を含む String
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


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