'宣言 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 CellReference, _ Optional ByVal skipWorkbook As System.Boolean _ ) As System.String
System.string Address( System.bool rowAbsolute, System.bool columnAbsolute, ReferenceStyle refStyle, System.bool external, CellReference relativeTo, System.bool skipWorkbook )
パラメータ
- rowAbsolute
- 参照の行部分を絶対参照として返す場合は
true
。 - columnAbsolute
- 参照の列部分を絶対参照として返す場合は
true
。 - refStyle
- 参照スタイルを示すReferenceStyle値。
- external
- 外部参照を返す場合は
true
、ローカル参照を返す場合はfalse
。 - relativeTo
- rowAbsoluteとcolumnAbsoluteが
false
で、refStyleがReferenceStyle.R1C1の場合、相対参照の開始点。 - skipWorkbook
- ワークブック名を除外する場合は
true
、それ以外の場合はfalse
。
戻り値の型
範囲参照を表す System.String 値。