Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
The current scroll position in the view. This point is expressed as an offset into the area of the non-frozen rows and columns. The value Point.Empty signals that no scrolling has taken place.
The System.Drawing.Point returned from this property will sometimes lie outside of the area defined by the layout. This can occur due to filtering, etc. If so is the case, it should be interpreted that the scrolling position is at the end of the table.
Gets the cell at a given point.
The point.
A cell range. This cell range can be Spotfire.Dxp.Application.Visuals.CellRange.Empty if the point is outside of the bounds of the layout.
Gets an iterator to all cells in the table.
An iterator.
Gets an iterator to the cells in the table.
The range of the cells to iterate over.
An iterator.
Gets an iterator to the cells in the table.
The range of the cells to iterate over.
Delegate used to calculate a suitable size for an image that is to be rendered in a cell.
An iterator.
Gets the offset of a column.
A column index.
The offset to the column.
Gets the width of column.
A column index.
The width of the column.
Gets the height of a row.
The row index.
The height of the row.
Gets the offset to a row.
The row index.
The offset to the row.
Class describing the layout of the table in tabular visualizations.
Since
2.0