SPREAD for WPF 3.0J - GcSpreadGrid
SignState 列挙体

GrapeCity.Windows.SpreadGrid.Editors 名前空間 : SignState 列挙体
符号のタイプを表します。
シンタックス
'宣言
 
Public Enum SignState 
   Inherits System.Enum
public enum SignState : System.Enum 
メンバ
メンバ解説
Negative値が負であることを表します(たとえば、value = -0)。
None符号がないことを表します(たとえば、value == null)。
Positive値が正であることを表します(たとえば、value = +0)。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadGrid.Editors.SignState

参照

GrapeCity.Windows.SpreadGrid.Editors 名前空間