ホーム › Web.MsHtml › styleGridRowSpan
styleGridRowSpan
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| styleGridRowSpanNotSet | 0 | 0x0 |
| styleGridRowSpan_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleGridRowSpan : int {
styleGridRowSpanNotSet = 0,
styleGridRowSpan_Max = 2147483647
} styleGridRowSpan;public enum styleGridRowSpan : int
{
styleGridRowSpanNotSet = 0,
styleGridRowSpan_Max = 2147483647,
}Public Enum styleGridRowSpan As Integer
styleGridRowSpanNotSet = 0
styleGridRowSpan_Max = 2147483647
End Enumimport enum
class styleGridRowSpan(enum.IntEnum):
styleGridRowSpanNotSet = 0
styleGridRowSpan_Max = 2147483647// styleGridRowSpan
pub const styleGridRowSpanNotSet: i32 = 0;
pub const styleGridRowSpan_Max: i32 = 2147483647;// styleGridRowSpan
const (
styleGridRowSpanNotSet int32 = 0
styleGridRowSpan_Max int32 = 2147483647
)const
styleGridRowSpanNotSet = 0;
styleGridRowSpan_Max = 2147483647;// styleGridRowSpan
pub const styleGridRowSpanNotSet: i32 = 0;
pub const styleGridRowSpan_Max: i32 = 2147483647;const
styleGridRowSpanNotSet* = 0
styleGridRowSpan_Max* = 2147483647enum styleGridRowSpan : int {
styleGridRowSpanNotSet = 0,
styleGridRowSpan_Max = 2147483647,
}#define global styleGridRowSpanNotSet 0x0
#define global styleGridRowSpan_Max 0x7FFFFFFF