PowerTools SPREAD for Windows Forms 8.0J
IsFormulaValue プロパティ (RichTextCellType)


エディタに数式が含まれるかどうかを判定します。
構文
'Declaration
 
Public Overridable ReadOnly Property IsFormulaValue As Boolean
'使用法
 
Dim instance As RichTextCellType
Dim value As Boolean
 
value = instance.IsFormulaValue
public virtual bool IsFormulaValue {get;}

プロパティ値

Boolean:値を数式として取り扱う必要がある場合は True、それ以外の場合は False
解説
このプロパティは、エディタに数式("="で始まる文字列)が含まれる場合、Trueになります。
参照

RichTextCellType クラス
RichTextCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.