PowerTools SPREAD for Windows Forms 8.0J
RemoveControl メソッド (FpSpread)


削除する子コントロール
シートインデックス
指定したシートから子コントロールを削除します。
構文
'Declaration
 
Public Overridable Function RemoveControl( _
   ByVal child As Control, _
   ByVal sheetIndex As Integer _
) As Boolean
'使用法
 
Dim instance As FpSpread
Dim child As Control
Dim sheetIndex As Integer
Dim value As Boolean
 
value = instance.RemoveControl(child, sheetIndex)
public virtual bool RemoveControl( 
   Control child,
   int sheetIndex
)

パラメータ

child
削除する子コントロール
sheetIndex
シートインデックス

戻り値の型

Boolean:成功した場合は True、それ以外の場合は False
参照

FpSpread クラス
FpSpread メンバ

開発者ガイド

シート上の子コントロールの配置

 

 


© 2004-2015, GrapeCity inc. All rights reserved.