'Declaration Public Sub Remove( _ ByVal index As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub Remove( _ ByVal index As Integer, _ ByVal count As Integer _ )
'使用法 Dim instance As Rows Dim index As Integer Dim count As Integer instance.Remove(index, count)
'使用法
Dim instance As Rows Dim index As Integer Dim count As Integer instance.Remove(index, count)
public void Remove( int index, int count )
fpSpread1.ActiveSheet.Rows.Remove(0, 5); listBox1.Items.Add(fpSpread1.ActiveSheet.Rows.Count.ToString());
FpSpread1.ActiveSheet.Rows.Remove(0, 5) ListBox1.Items.Add(FpSpread1.ActiveSheet.Rows.Count.ToString())
Rows クラス Rows メンバ Remove メソッド (Row クラス)
Copyright © 2004 GrapeCity inc.