GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース > Address メソッド : Address(Boolean,Boolean,ReferenceStyle,Boolean,IRange) メソッド |
true
。
true
。
true
、ローカル参照を返す場合はfalse
。
'Declaration
Overloads Function Address( _ Optional ByVal rowAbsolute As Boolean, _ Optional ByVal columnAbsolute As Boolean, _ Optional ByVal refStyle As ReferenceStyle, _ Optional ByVal external As Boolean, _ Optional ByVal relativeTo As IRange _ ) As String
'使用法
Dim instance As IRange Dim rowAbsolute As Boolean Dim columnAbsolute As Boolean Dim refStyle As ReferenceStyle Dim external As Boolean Dim relativeTo As IRange Dim value As String value = instance.Address(rowAbsolute, columnAbsolute, refStyle, external, relativeTo)
string Address( bool rowAbsolute, bool columnAbsolute, ReferenceStyle refStyle, bool external, IRange relativeTo )
true
。true
。true
、ローカル参照を返す場合はfalse
。