com.hp.lft.sdk.wpf

Interface TableCell



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

      Modifier and TypeMethod and Description
      java.lang.StringgetColumnName()
      Returns the column header name of the cell.
      intgetHeight()
      Returns the height of the cell in pixels.
      java.lang.ObjectgetValue()
      Returns the content of the cell.
      intgetWidth()
      Returns the width of the cell in pixels.
      intgetX()
      Returns the X-coordinate in pixels of the cell relative to the table.
      intgetY()
      Returns the Y-coordinate in pixels of the cell relative to the table.
      voidsetValue(java.lang.Object value)
      Sets the cell to a new value.