Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class / ForEach Method

In This Topic
    ForEach Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of DropDownItem) _
    ) 
    public void ForEach( 
       System.Action<DropDownItem> action
    )

    Parameters

    action
    See Also