This document is archived and information here might be outdated. Recommended version. |
The cell size values.
[Visual Basic .NET] Public Property CellSizes As IDoubleArray
[C#] public IDoubleArray CellSizes {get; set;}
[C++]
HRESULT get_CellSizes(
IDoubleArray* ppCellSizes
);
[C++]
HRESULT putref_CellSizes(
IDoubleArray** ppCellSizes
);
[C++] Parameters ppCellSizes [in]
ppCellSizes is a parameter of type IDoubleArray* ppCellSizes [out, retval]
ppCellSizes is a parameter of type IDoubleArray**