GrapeCity SPREAD for WPF 2.0J
SignState 列挙体

符号のタイプを表します。
構文
'Declaration
 
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 名前空間

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.