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: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public FormFieldData this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As FormFieldData
Get
Parameters
- name String
- The name of the form field.
Return Value
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.
See Also