[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.VisualizationData

VisualizationData Class

Represents the visualization data.

Inheritance
VisualizationData
Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.Spreadsheet.dll
Syntax
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

Constructors

Name Description
VisualizationData(object, int)

Initializes a new instance of the VisualizationData class.

Properties

Name Description
Parameters

Gets all evaluated parameters.

Value

Gets the evaluated result of the cell.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ToString()

Returns a string that represents the current object.