Accusoft.FSInvoices1.Net - Updated
RemoveCustomField Method




Accusoft.FSInvoices Namespace > FormResult Class : 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
Thrown when the removeIndex argument is out of range.
Thrown when the field at the specified removeIndex is not a custom field.
See Also

Reference

FormResult Class
FormResult Members