[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IArraySupport

IArraySupport Interface

Interface that supports arrays of values in a range of cells in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IArraySupport
Public Interface IArraySupport

Methods

Name Description
GetArray(int, int, int, int)

Gets an object array from a specified range of cells.

SetArray(int, int, object[,])

Sets an object array into a specified range of cells.