Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / KmlItemStyleCollection Class / InsertItem Method

In This Topic
    InsertItem Method (KmlItemStyleCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As KmlItemStyle _
    ) 
    protected virtual void InsertItem( 
       int index,
       KmlItemStyle item
    )

    Parameters

    index
    item
    See Also