Accusoft.FSInvoices1.Net - Updated
Cells Property




Accusoft.FSInvoices Namespace > FormTableRow Class : Cells Property
Gets the list of FormTableCell objects.
Syntax
'Declaration
 
Public ReadOnly Property Cells As ReadOnlyCollection(Of FormTableCell)
'Usage
 
Dim instance As FormTableRow
Dim value As ReadOnlyCollection(Of FormTableCell)
 
value = instance.Cells
public ReadOnlyCollection<FormTableCell> Cells {get;}
public: __property ReadOnlyCollection<FormTableCell*>* get_Cells();
Remarks

Each row is composed of a set of cells; one for each column header. Each cell may or may not contain data.

Default: Empty ReadOnlyCollection of FormTableCell objects.

See Also

Reference

FormTableRow Class
FormTableRow Members