GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース > Address メソッド : Address(Boolean,Boolean,ReferenceStyle,Boolean,String) メソッド |
true
。
true
。
true
、ローカル参照を返す場合はfalse
。
false
で、<paramref name="refStyle" />がReferenceStyle.R1C1の場合の、相対参照の開始位置。
'Declaration
Overloads Function Address( _ ByVal rowAbsolute As Boolean, _ ByVal columnAbsolute As Boolean, _ ByVal refStyle As ReferenceStyle, _ ByVal external As Boolean, _ ByVal relativeTo As String _ ) As String
string Address( bool rowAbsolute, bool columnAbsolute, ReferenceStyle refStyle, bool external, string relativeTo )
true
。true
。true
、ローカル参照を返す場合はfalse
。false
で、<paramref name="refStyle" />がReferenceStyle.R1C1の場合の、相対参照の開始位置。