|
説明 |
数式のセル参照スタイルを設定します。 |
||||||||||||||
|
呼出形式 |
SetRefStyle(style) |
||||||||||||||
|
戻り値 |
なし |
||||||||||||||
|
引数 |
|
||||||||||||||
|
例外 |
|
||||||||||||||
|
使用例 |
Col = 1; Row = 1;SetRefStyle($RefStyleDefault);Formula = "B#";SetRefStyle($RefStyleA1);Formula = "$B1";SetRefStyle($RefStyleR1C1);Formula = "RC2";
|
||||||||||||||
|
関連項目 |
Formulaプロパティ |