バージョン

ArrangeRow メソッド

指定された行で Arrange を呼び出します。
シンタックス
'宣言
 
Public Shared Function ArrangeRow( _
   ByVal row As RowBase, _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double _
) As Boolean
public static bool ArrangeRow( 
   RowBase row,
   double left,
   double top,
   double width,
   double height
)

パラメータ

row
配置する必要がある行。
left
行が配置される左値。
top
行が配置される上値。
width
行の幅。
height
行の高さ。
参照