'宣言 Public Sub RemoveAt( _ ByVal index As System.Integer _ )
'使用法 Dim instance As Chart3DPointSeriesCollection Dim index As System.Integer instance.RemoveAt(index)
public void RemoveAt( System.int index )
パラメータ
- index
- The index ofo the point series to remove.