PowerTools SPREAD for Windows Forms 8.0J
Clone メソッド (BaseCellType)


基本セルを作成して返します。
構文
'Declaration
 
Public Overridable Function Clone() As Object
'使用法
 
Dim instance As BaseCellType
Dim value As Object
 
value = instance.Clone()
public virtual object Clone()

戻り値の型

コピーされたオブジェクトを含む Object
解説

コピーは.NETのMemberwiseCloneメソッドを使用して作成されます。

参照

BaseCellType クラス
BaseCellType メンバ

 

 


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