Поделиться через


HeaderList.FindFirst Method

Include Protected Members
Include Inherited Members

The FindFirst overloads find and return the first Header object in this HeaderList object of a specified name.

Overload List

  Name Description
Public method FindFirst(String) The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by name.
Public method FindFirst(HeaderId) The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by headerId.

Top