Accusoft.FSInvoices1.Net
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
System.ArgumentOutOfRangeExceptionThrown when the rowIndex argument is out of range.
Remarks

The header is not counted as a row.

See Also

Reference

FormTable Class
FormTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback