Spread Windows Forms 8.0 Product Documentation
RemoveAt Method (SubStyleCollection)


The specified index integer.
Removes the element with the specified index from the SubStyleCollection.
Syntax
'Declaration
 
Public Overrides Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As SubStyleCollection
Dim index As Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   int index
)

Parameters

index
The specified index integer.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SubStyleCollection Class
SubStyleCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.