SPREAD for WPF 3.0J - GcSpreadSheet
Address(Boolean,Boolean,ReferenceStyle,Boolean,CellReference,Boolean) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インターフェース > Address メソッド : Address(Boolean,Boolean,ReferenceStyle,Boolean,CellReference,Boolean) メソッド
参照の行部分を絶対参照として返す場合はtrue
参照の列部分を絶対参照として返す場合はtrue
参照スタイルを示すReferenceStyle値。
外部参照を返す場合はtrue、ローカル参照を返す場合はfalse
rowAbsolutecolumnAbsolutefalseで、refStyleReferenceStyle.R1C1の場合、相対参照の開始点。
ワークブック名を除外する場合はtrue、それ以外の場合はfalse
範囲参照を表すSystem.String値を返します。
シンタックス
'宣言
 
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, _
   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
rowAbsolutecolumnAbsolutefalseで、refStyleReferenceStyle.R1C1の場合、相対参照の開始点。
skipWorkbook
ワークブック名を除外する場合はtrue、それ以外の場合はfalse

戻り値の型

範囲参照を表す System.String 値。
解説
参照に複数のセルが含まれる場合、RowAbsoluteとColumnAbsoluteはすべての行と列に適用されます。
参照

IRange インターフェース
IRange メンバ
オーバーロード一覧