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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス > Delete メソッド : Delete(Int32,Int32) メソッド
The index of the first row or column to delete.
The number of rows or columns to delete.
Deletes a range of rows or columns from the containing RenderTable.
シンタックス
'宣言
 
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
The index of the first row or column to delete.
count
The number of rows or columns to delete.
参照

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