'宣言 Public Shadows Sub RemoveAt( _ ByVal index As System.Integer _ )
'使用法 Dim instance As C1PageCollection Dim index As System.Integer instance.RemoveAt(index)
public new void RemoveAt( System.int index )
パラメータ
- index
- The index of the page to remove.
'宣言 Public Shadows Sub RemoveAt( _ ByVal index As System.Integer _ )
'使用法 Dim instance As C1PageCollection Dim index As System.Integer instance.RemoveAt(index)
public new void RemoveAt( System.int index )