FormFieldDataCollectionItem Property |
Gets the
FormFieldData associated with the form field with the specified name or
if no form field with the specified name exists in the current range.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic FormFieldData this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As FormFieldData
Get
Parameters
- name
- Type: SystemString
The name of the form field.
Property Value
Type:
FormFieldData
The
FormFieldData associated with the form field with the specified name or
if no form field with the specified name exists in the current range.
Return Value
Type:
FormFieldData
See Also