FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス > AddControl メソッド : AddControl(Control,Int32) メソッド |
'Declaration Public Overloads Overridable Function AddControl( _ 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.AddControl(child, sheetIndex)
public virtual bool AddControl( Control child, int sheetIndex )