HeaderList.FindFirst Method
The FindFirst overloads find and return the first Header object in this HeaderList object of a specified name.
Overload List
Name | Description |
---|---|
HeaderList.FindFirst (HeaderId) |
The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by headerId.
|
HeaderList.FindFirst (String) |
The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by name.
|