MESCIUS SPREAD for Windows Forms 15.0J
ParseInputMode 列挙体

テキストを値や数値書式に解析する方法を表します。
構文
'宣言
 
Public Enum ParseInputMode 
   Inherits System.Enum
public enum ParseInputMode : System.Enum 
メンバ
メンバ解説
Auto等号で始まるテキストは数式として解析されます。それ以外の場合は、プリミティブ値として解析されます。
Formulaテキストは常に数式として解析されます。
Valueテキストは常にプリミティブ値として解析されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.UI.ParseInputMode

参照

GrapeCity.Spreadsheet.UI 名前空間

 

 


© MESCIUS inc. All rights reserved.