Méthode ITextRange2 ::GetTable (tom.h)
Non implémenté.
Obtient les propriétés de table dans la table actuellement sélectionnée.
Syntaxe
HRESULT GetTable(
[out, retval] IUnknown **ppTable
);
Paramètres
[out, retval] ppTable
Type : IUnknown**
Propriétés de la table.
Valeur retournée
Type : HRESULT
Si la méthode réussit, elle retourne NOERROR. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Pour sélectionner la table lorsque le point d’insertion se trouve à l’intérieur d’une table, appelez ITextRange ::Expand(tomTable).
Remarque : cette méthode n’est pas implémentée dans RichEdit (voir ITextRow pour la fonctionnalité de table).
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | tom.h (inclure Tom.h) |
DLL | Msftedit.dll |