Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.28 KB

nf-tom-itextrange2-gettable.md

File metadata and controls

79 lines (62 loc) · 2.28 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextRange2.GetTable
ITextRange2::GetTable (tom.h)
Gets the table properties in the currently selected table.
GetTable
GetTable method [Windows Controls]
GetTable method [Windows Controls]
ITextRange2 interface
ITextRange2 interface [Windows Controls]
GetTable method
ITextRange2.GetTable
ITextRange2::GetTable
controls.itextrange2_gettable
tom/ITextRange2::GetTable
controls\itextrange2_gettable.htm
Controls
ade77edf-6a9e-4c8d-a522-3158c802b6dd
12/05/2018
GetTable, GetTable method [Windows Controls], GetTable method [Windows Controls],ITextRange2 interface, ITextRange2 interface [Windows Controls],GetTable method, ITextRange2.GetTable, ITextRange2::GetTable, controls.itextrange2_gettable, tom/ITextRange2::GetTable
tom.h
Tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextRange2::GetTable
tom/ITextRange2::GetTable
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextRange2.GetTable

ITextRange2::GetTable

-description

Not implemented.

Gets the table properties in the currently selected table.

-parameters

-param ppTable [out, retval]

Type: IUnknown**

The table properties.

-returns

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).

-see-also

ITextRange2