Add Method (GridStyleCollection)
In This Topic
Adds a
Style to the end of the collection.
Syntax
'Declaration
Public Function Add( _
ByVal As Style _
) As Integer
Parameters
- style
- The Style to add.
Return Value
The index at which the
Style has been added.
See Also