[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValuesArray

IValuesArray Interface

Represents a 2-dimensions array of values.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface IValuesArray : IEquatable<IValuesArray>
Public Interface IValuesArray
    Inherits IEquatable(Of IValuesArray)

Properties

Name Description
ColumnCount

Gets the column count of this IValuesArray.

this[int, int]

Gets the IPrimitiveValue at the specified row and column.

RowCount

Gets the row count of this IValuesArray.

Methods

Name Description
Resize(int, int)

Resizes this IValuesArray to specified row count and column count.

SetValue(object)

Sets values to this IValuesArray object.

Transpose()

Transposes the rows and columns of this IValuesArray.