Version

Cells Property (TableRow)

Returns a collection of TableCell instances which comprise the cells in this row.
Syntax
'Declaration
 
Public ReadOnly Property Cells As TableCellsCollection
public TableCellsCollection Cells {get;}
Remarks

Because one TableRow can contain a different number of cells than another TableRow in the same Table, the Cells collection is not connected with the Columns collection of the associated table, and must be explicitly populated.

If the Columns collection of the associated Table contains fewer elements than this Cells collection, the additional cells are displayed after the cell which corresponds to the last column.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also