Accusoft.FSInvoices1.Net
RemoveCustomField Method




Zero-based index of the custom field to be removed from Fields.
Removes a custom field from this form.
Syntax
'Declaration
 
Public Sub RemoveCustomField( _
   ByVal removeIndex As Integer _
) 
'Usage
 
Dim instance As FormResult
Dim removeIndex As Integer
 
instance.RemoveCustomField(removeIndex)
public void RemoveCustomField( 
   int removeIndex
)
public: void RemoveCustomField( 
   int removeIndex
) 
public:
void RemoveCustomField( 
   int removeIndex
) 

Parameters

removeIndex
Zero-based index of the custom field to be removed from Fields.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown when the removeIndex argument is out of range.
System.ArgumentExceptionThrown when the field at the specified removeIndex is not a custom field.
See Also

Reference

FormResult Class
FormResult Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback