ITableCell Interface
A single cell in .NET Windows Forms table.

C# Syntax

public interface ITableCell 
Public Properties
 NameDescription
PropertyColumnNameThe column header name of this cell.  
PropertyHeightThe height of this cell.  
PropertyValueThe content of this cell.  
PropertyWidthThe width of this cell.  
PropertyXThe X-coordinate in pixels of this cell relative to the table.  
PropertyYThe Y-coordinate in pixels of this cell relative to the table.  
Top
Public Methods
 NameDescription
MethodSetValueSets the cell to a new value.  
Top