This document is archived and information here might be outdated. Recommended version. |
The associated cell size levels table.
[Visual Basic .NET] Public Property LevelsTable As ITable
[C#] public ITable LevelsTable {get; set;}
[C++]
HRESULT get_LevelsTable(
ITable** ppLevelsTable
);
[C++]
HRESULT putref_LevelsTable(
ITable* ppLevelsTable
);
[C++] Parameters ppLevelsTable [out, retval]
ppLevelsTable is a parameter of type ITable** ppLevelsTable [in]
ppLevelsTable is a parameter of type ITable*