TableCell Members TIBCO Spotfire 6.0 API Reference
The TableCell type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetImage
Gets the image displayed in the cell. This method returns a copy of the image. The caller is responsible for disposing the image when done with it.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyBackgroundColor
Gets the background color. If the cell has no explicit background color, this property returns Color.Empty
Public propertyBorderColor
Gets the border color.
Public propertyBorderStyle
Gets the border style.
Public propertyBounds
Gets the bounds of the cell. The point (0,0) represents the upper left corner of whole layout.
Public propertyCanHaveImage
Returns true if this cell can have an image. Use the GetImage method to see whether the cell actually contains an image.
Public propertyCellType
Gets the type of a cell.
Public propertyColumnIndex
Gets the column index of the cell.
Public propertyDataValue
Gets the data value of this cell. Can be null.
Public propertyDataValueProperties
Gets metadata for the data value of this cell. Can be null.
Public propertyFont
Gets the font used for text in the cell.
Public propertyHorizontalAlignment
Gets the horizontal alignment of text in the cell.
Public propertyIsUpperLeftInRange
Returns true if this cell is the upper left cell in a range. This will always be true for cells that do not span over multiple columns or rows.
Public propertyLink
Gets a string representing a link url. If the cell does not have a link, this property returns String.Empty.
Public propertyRange
Gets the extent of the cell expressed as a CellRange
Public propertyRowIndex
Gets the row index of the cell.
Public propertyText
The text in the cell.
Public propertyTextColor
Gets the text color.
Public propertyTooltip
Gets the tooltip for this cell.
Public propertyWordWrap
Gets a values indicating if cell text can be drawn on muliple lines or not.
Back to Top
See Also