Represents a tool context class for the TablePlot, which
            contains information about which row and column in the plot's data table
            the tool is being launched for.
            
            Inheritance Hierarchy
              Spotfire.Dxp.Application.ToolsTablePlotCellContext
Namespace: Spotfire.Dxp.Application.Tools
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[ToolContextAttribute] public sealed class TablePlotCellContext
The TablePlotCellContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
|  | DataValue | 
            Gets the data value from the context cell.
             | 
|  | TableColumn | 
            Gets the table column in in which the cell is located.
             | 
|  | TablePlot | 
            Gets the TablePlot that the context is
            valid for.
             | 
Version Information
See Also