com.hp.lft.sdk.winforms

Interface TableCell

  • All Known Subinterfaces:
    C1TableCell


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

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