Accusoft.FSInvoices Namespace > FormResult Class : RemovePage Method |
'Declaration Public Sub RemovePage( _ ByVal removeIndex As Integer _ )
'Usage Dim instance As FormResult Dim removeIndex As Integer instance.RemovePage(removeIndex)
public void RemovePage( int removeIndex )
public: void RemovePage( int removeIndex )
public: void RemovePage( int removeIndex )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown when the removeIndex argument is out of range. |
Any FormField in the Fields list that was on the removed page will be cleared or updated with the next best match. Any table row that was on the removed page will be removed from the associated FormTable in the Tables list.