TableCell Properties

Spotfire 14.3 API Reference

The TableCell type exposes the following members.

Properties

  NameDescription
Public propertyBackgroundColor
Gets the color of the background.
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
Gets a value indicating whether this instance can have image.
Public propertyCellType
Gets the type of a cell.
Public propertyColumnIndex
Gets the index of the column.
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 Obsolete.
Gets the font used for text in the cell.
Public propertyFontMetadata
Gets the font used for text in the cell.
Public propertyHorizontalAlignment Obsolete.
Gets the horizontal alignment of text in the cell.
Public propertyHorizontalTextAlignment
Gets the horizontal alignment of text in the cell.
Public propertyIsUpperLeftInRange
Gets a value indicating whether this instance is upper left in 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
Gets the text.
Public propertyTextColor
Gets the text color.
Public propertyTooltip
Gets the tooltip for this cell.
Public propertyWordWrap
Gets a value indicating whether cell text can be drawn on muliple lines or not.
Top
See Also

Reference