Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |