public new void RemoveAt( int index )
'Declaration Public Shadows Sub RemoveAt( _ ByVal index As Integer _ )
'使用法 Dim instance As SheetViewCollection Dim index As Integer instance.RemoveAt(index)
fpSpread1.Sheets.Count = 3; fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always; fpSpread1.Sheets.RemoveAt(1);
FpSpread1.Sheets.Count = 3 FpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always FpSpread1.Sheets.RemoveAt(1)
SheetViewCollection クラス SheetViewCollection メンバ Remove メソッド
シートの削除
© 2004-2015, GrapeCity inc. All rights reserved.