'宣言 Function GetAddress( _ Optional ByVal rowAbsolute As System.Boolean, _ Optional ByVal columnAbsolute As System.Boolean, _ Optional ByVal referenceStyle As ReferenceStyle, _ Optional ByVal relativeTo As IRange _ ) As System.String
System.string GetAddress( System.bool rowAbsolute, System.bool columnAbsolute, ReferenceStyle referenceStyle, IRange relativeTo )
パラメータ
- rowAbsolute
- 参照の行部分を絶対参照として返す場合はTrue。
- columnAbsolute
- 参照の列部分を絶対参照として返す場合はTrue。
- referenceStyle
- 参照スタイル。
- relativeTo
- RowAbsoluteとColumnAbsoluteがFalseで、 ReferenceStyleがR1C1の場合、 相対参照の開始点を定義します。 デフォルトの参照は$ A$1です。