GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース : Offset メソッド |
'Declaration
Function Offset( _ Optional ByVal rowOffset As Integer, _ Optional ByVal columnOffset As Integer _ ) As IRange
'使用法
Dim instance As IRange Dim rowOffset As Integer Dim columnOffset As Integer Dim value As IRange value = instance.Offset(rowOffset, columnOffset)
IRange Offset( int rowOffset, int columnOffset )