ITextRange2::GetTable method (tom.h)

Not implemented.

Gets the table properties in the currently selected table.

Syntax

HRESULT GetTable(
  [out, retval] IUnknown **ppTable
);

Parameters

[out, retval] ppTable

Type: IUnknown**

The table properties.

Return value

Type: HRESULT

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

Remarks

To select the table when the insertion point is inside a table, call ITextRange::Expand(tomTable).

Note: this method isn't implemented in RichEdit (see ITextRow for table functionality).

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 (include Tom.h)
DLL Msftedit.dll

See also

ITextRange2