XlThemeColor 列挙型
2015/08/26
XlThemeColor 列挙
| 定数 | 値 | 内容 |
| xlThemeColorDark1 | 1 | テキスト/濃色 1 |
| xlThemeColorLight1 | 2 | テキスト/淡色 1 |
| xlThemeColorDark2 | 3 | テキスト/濃色 2 |
| xlThemeColorLight2 | 4 | テキスト/淡色 2 |
| xlThemeColorAccent1 | 5 | 強調 1 |
| xlThemeColorAccent2 | 6 | 強調 2 |
| xlThemeColorAccent3 | 7 | 強調 3 |
| xlThemeColorAccent4 | 8 | 強調 4 |
| xlThemeColorAccent5 | 9 | 強調 5 |
| xlThemeColorAccent6 | 10 | 強調 6 |
| xlThemeColorHyperlink | 11 | ハイパーリンク |
| xlThemeColorFollowedHyperlink | 12 | 表示済みのハイパーリンク |
関連記事
-
-
ショートカットメニュー(CommandBar オブジェクト)
ショートカットメニュー(コンテキストメニュー) 右クリックで表示されるメニューの …
-
-
変数がEmpty 値かどうかをチェックする( IsEmpty 関数 )
IsEmpty 関数の使い方 【書式】 result = IsEmpty ( e …
-
-
上付き文字・下付き文字(Superscript,Subscript)
上付き文字(Superscript プロパティ) Superscript プロパ …
-
-
VBA の演算子(算術演算子)
算術演算子 算術演算を行うときに使用する演算子です。 ^(べき乗)、*(積)、/ …
-
-
VBA の演算子(論理演算子:And、Eqv、Imp、Not、Or、Xor)
論理演算子 論理演算を行うときに使用する演算子で、以下の 6 種類があります。 …
-
-
ユーザー定義定数(Const ステートメント)
定数を使う ユーザー定義の定数を使用するには、Const ステートメントを使って …
-
-
ユーザー設定リストを使って並べ替える(Sort)
VBAでリスト、テーブルを並べ替える(Sort) VBAで、ソートを行うには、S …
-
-
変数が配列かどうかをチェックする( IsArray 関数 )
IsArray 関数の使い方 【書式】 result = IsArray( va …
-
-
色の設定(ThemeColor プロパティ・TintAndShade プロパティ)
ThemeColor プロパティ・TintAndShade プロパティ テーマカ …
-
-
ポイント単位の値に変換(CentimetersToPoints,InchesToPoints)
CentimetersToPoints メソッド センチメートル単位の値をポイン …