DioDocs for Excel
GetAddress メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > IRange インターフェース : GetAddress メソッド
参照の行部分を絶対参照として返す場合はTrue
参照の列部分を絶対参照として返す場合はTrue
参照スタイル。
RowAbsoluteとColumnAbsoluteがFalseで、 ReferenceStyleがR1C1の場合、 相対参照の開始点を定義します。 デフォルトの参照は$ A$1です。
範囲参照を表すSystem.String値を返します。 すべてのパラメータを省略した場合、戻り値はAddressプロパティと同じになります。
シンタックス
'宣言
 
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です。
参照

IRange インターフェース
IRange メンバ