[]
Interface that supports arrays of values in a range of cells in the data model.
public interface IArraySupport
Public Interface IArraySupport
| 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. |