| SignDocFieldsetChoice Method (Int32, String, String) |
Set a choice value of a list box or combo box.
This function uses the choice value as export value.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic bool setChoice(
int index,
string value,
string exp
)
Parameters
- index
- Type: SystemInt32
The 0-based index of the choice to be set. If aIndex equals the current number of choices, the value will be added.
- value
- Type: SystemString
The choice value and export value to be set. Complex scripts are supported, see Complex Scripts.
- exp
- Type: SystemString
The export value to be set.
Return Value
Type:
Booleantrue if successful, false if aIndex is out of range.
RemarksgetValue() and setValue() use the export value.
See Also