MESCIUS SPREAD for Windows Forms 17.0J
CreateFormulaEngine メソッド

動的配列機能が有効になっている場合はtrue、それ以外の場合はfalse
空白文字が数式に保持される場合はtrue。 それ以外の場合は、空白文字は数式から削除されます。
数式エンジンを作成します。
構文
'Declaration
 
Protected Overridable Function CreateFormulaEngine( _
   ByVal enableDynamicArray As Boolean, _
   ByVal reverseFormulaWhiteSpaces As Boolean _
) As FormulaEngine
protected virtual FormulaEngine CreateFormulaEngine( 
   bool enableDynamicArray,
   bool reverseFormulaWhiteSpaces
)

パラメータ

enableDynamicArray
動的配列機能が有効になっている場合はtrue、それ以外の場合はfalse
reverseFormulaWhiteSpaces
空白文字が数式に保持される場合はtrue。 それ以外の場合は、空白文字は数式から削除されます。

戻り値の型

数式エンジン。
参照

Workbook クラス
Workbook メンバ

 

 


© MESCIUS inc. All rights reserved.