'Declaration Public Overridable Sub RemoveAt( _ ByVal index As Integer _ )
'Declaration
Public Overridable Sub RemoveAt( _ ByVal index As Integer _ )
'使用法 Dim instance As Elements Dim index As Integer instance.RemoveAt(index)
'使用法
Dim instance As Elements Dim index As Integer instance.RemoveAt(index)
public virtual void RemoveAt( int index )
fpSpread1.StatusBarVisible = true; fpSpread1.StatusBar.Elements.RemoveAt(0);
FpSpread1.StatusBarVisible = True FpSpread1.StatusBar.Elements.RemoveAt(0)
Elements クラス Elements メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.