ITableCell Interface
A single cell in a Java Table.

C# Syntax

public interface ITableCell 
Public Properties
 NameDescription
PropertyColumnHeaderThe column header name of this cell.  
PropertyValueThe content of this cell.  
Top
Public Methods
 NameDescription
MethodClickOverloaded. Clicks the cell using the specified MouseButton.  
MethodDoubleClickOverloaded. Double clicks the cell using the specified MouseButton.  
MethodDragAndDropOnOverloaded. Drags and drops this cell to the specified target ITableCell  
MethodSetValueSets the cell value.  
Top