'宣言 Overloads Function Address( _ ByVal rowAbsolute As System.Boolean, _ ByVal columnAbsolute As System.Boolean, _ ByVal refStyle As ReferenceStyle, _ ByVal external As System.Boolean, _ ByVal relativeTo As System.String _ ) As System.String
System.string Address( System.bool rowAbsolute, System.bool columnAbsolute, ReferenceStyle refStyle, System.bool external, System.string relativeTo )
パラメータ
- rowAbsolute
- 参照の行部分を絶対参照として返す場合は
true
。 - columnAbsolute
- 参照の列部分を絶対参照として返す場合は
true
。 - refStyle
- 参照スタイルを示すReferenceStyle値。
- external
- 外部参照を返す場合は
true
、ローカル参照を返す場合はfalse
。 - relativeTo
- rowAbsoluteとcolumnAbsoluteが
false
で、refStyleがReferenceStyle.R1C1の場合、相対参照の開始点。
戻り値の型
範囲参照を表す System.String 値。