ITextRow::GetNestLevel method (tom.h)

Gets the nest level of a table.

Syntax

HRESULT GetNestLevel(
  [out, retval] long *pValue
);

Parameters

[out, retval] pValue

Type: long*

The nest level.

Return value

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Remarks

The nest level of the table is identified by the associated ITextRange2 object. If there is only a single table, the nest level is 1. If there is no table, the nest level is 0.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header tom.h
DLL Msftedit.dll

See also

ITextRow