Ribbon for WinForms
Offset(Int32,Int32,Int32,Int32) メソッド

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > GridColumnCollection クラス > Offset メソッド : Offset(Int32,Int32,Int32,Int32) メソッド
Horizontal offset in pixels.
Vertical offset in pixels.
Index of the first Element to be offset.
Number of elements to offset.
Adjusts the location of some Element objects in the list by the specified amount.
シンタックス
'宣言
 
Public Overloads Sub Offset( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public void Offset( 
   int x,
   int y,
   int first,
   int count
)

パラメータ

x
Horizontal offset in pixels.
y
Vertical offset in pixels.
first
Index of the first Element to be offset.
count
Number of elements to offset.
参照

GridColumnCollection クラス
GridColumnCollection メンバ
オーバーロード一覧