GrapeCity SPREAD for Windows Forms 12.0J
Offset メソッド (CellReference)


y座標のオフセット量。
>x座標のオフセット量。
このを指定した量だけ平行移動します。
構文
'Declaration
 
Public Sub Offset( _
   ByVal translateRows As Integer, _
   ByVal translateColumns As Integer _
) 
'使用法
 
Dim instance As CellReference
Dim translateRows As Integer
Dim translateColumns As Integer
 
instance.Offset(translateRows, translateColumns)
public void Offset( 
   int translateRows,
   int translateColumns
)

パラメータ

translateRows
y座標のオフセット量。
translateColumns
>x座標のオフセット量。
参照

CellReference 構造体
CellReference メンバ
CellReference 構造体

 

 


Copyright © 2004 GrapeCity inc.