C# Syntax
public interface ITableCell
Name | Description | |
---|---|---|
ColumnName | The column header name of this cell. | |
Height | The height of this cell. | |
Value | The content of this cell. | |
Width | The width of this cell. | |
X | The X-coordinate in pixels of this cell relative to the table. | |
Y | The Y-coordinate in pixels of this cell relative to the table. |