FormSuite for Invoices v2.1 - Updated
RemoveRow Method




Accusoft.FSInvoices Namespace > FormTable Class : RemoveRow Method
Zero-based index of the row to be removed from the table.
Removes a row from the table.
Syntax
'Declaration
 
Public Sub RemoveRow( _
   ByVal rowIndex As Integer _
) 
'Usage
 
Dim instance As FormTable
Dim rowIndex As Integer
 
instance.RemoveRow(rowIndex)
public void RemoveRow( 
   int rowIndex
)
public: void RemoveRow( 
   int rowIndex
) 
public:
void RemoveRow( 
   int rowIndex
) 

Parameters

rowIndex
Zero-based index of the row to be removed from the table.
Exceptions
ExceptionDescription
Thrown when the rowIndex argument is out of range.
Remarks

The header is not counted as a row.

See Also

Reference

FormTable Class
FormTable Members