| GrapeCity.Windows.SpreadGrid.Editors 名前空間 : SignState 列挙体 |
'DeclarationPublic 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