Interface TableCell

All Known Subinterfaces:
C1TableCell

public interface TableCell
A single cell in a .NET Windows Forms table.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the column header name of this cell.
    int
    Returns the height of this cell.
    Returns the content of this cell.
    int
    Returns the width of this cell.
    int
    Returns the X-coordinate in pixels of this cell relative to the table.
    int
    Returns the Y-coordinate in pixels of this cell relative to the table.
    void
    Sets the cell to a new value.