ITableRow Interface
A single row in a .NET WPF table (grid) object.

C# Syntax

public interface ITableRow 
Public Properties
 NameDescription
PropertyCellsThe cells in this row.  
Top