Insert Method (GridStyleCollection)
In This Topic
Inserts a
Style at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Style _
)
public void Insert(
int ,
Style
)
Parameters
- index
- The zero-based index at which the Style should be inserted.
- style
- The Style to insert.
See Also