This document is archived and information here might be outdated. Recommended version. |
The list of row dimensions used.
[Visual Basic .NET] Public Property RowDimensionList As IStringArray
[C#] public IStringArray RowDimensionList {get; set;}
[C++]
HRESULT get_RowDimensionList(
IStringArray** ppRowDims
);
[C++]
HRESULT put_RowDimensionList(
IStringArray* ppRowDims
);
[C++] Parameters ppRowDims [out, retval]
ppRowDims is a parameter of type IStringArray** ppRowDims [in]
ppRowDims is a parameter of type IStringArray*