[]
Represents the visualization data.
public sealed class VisualizationData : IReadOnlyList<IValue>, IReadOnlyCollection<IValue>, IEnumerable<IValue>, IEnumerable, IDisposable
Public NotInheritable Class VisualizationData
Implements IReadOnlyList(Of IValue), IReadOnlyCollection(Of IValue), IEnumerable(Of IValue), IEnumerable, IDisposable
Name | Description |
---|---|
VisualizationData(object, int) | Initializes a new instance of the VisualizationData class. |
Name | Description |
---|---|
Parameters | Gets all evaluated parameters. |
Value | Gets the evaluated result of the cell. |
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ToString() | Returns a string that represents the current object. |