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 | |
---|---|---|
FindFirst(String) | The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by name. | |
FindFirst(HeaderId) | The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by headerId. |
Top