FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : RemoveControl メソッド |
'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 )