Interface TableCell


public interface TableCell
A single cell in a WPF table.
  • Method Summary

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