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