Accusoft.FSInvoices1.Net - Updated
Rows Property




Accusoft.FSInvoices Namespace > FormTable Class : Rows Property
Gets the list of FormTableRow objects.
Syntax
'Declaration
 
Public ReadOnly Property Rows As ReadOnlyCollection(Of FormTableRow)
'Usage
 
Dim instance As FormTable
Dim value As ReadOnlyCollection(Of FormTableRow)
 
value = instance.Rows
public: __property ReadOnlyCollection<FormTableRow*>* get_Rows();
Remarks

The first (top most) row is at index 0. The header is not counted as a row.

Default: Empty ReadOnlyCollection of FormTableRow objects.

See Also

Reference

FormTable Class
FormTable Members