PrintDocument for WinForms
Delete(Int32,Int32) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス > Delete メソッド : Delete(Int32,Int32) メソッド
削除する最初の行/列のインデックス。
削除する行/列の数。
指定された位置の行/列を削除します。
シンタックス
'宣言
 
Public Overloads Sub Delete( _
   ByVal position As System.Integer, _
   ByVal count As System.Integer _
) 
'使用法
 
Dim instance As TableVectorCollection
Dim position As System.Integer
Dim count As System.Integer
 
instance.Delete(position, count)
public void Delete( 
   System.int position,
   System.int count
)

パラメータ

position
削除する最初の行/列のインデックス。
count
削除する行/列の数。
参照

TableVectorCollection クラス
TableVectorCollection メンバ
オーバーロード一覧