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