Méthode ITextRange2 ::GetCells (tom.h)

Non implémenté.

Obtient un objet cells avec les paramètres des cellules dans la ligne ou la colonne de table actuellement sélectionnée.

Syntaxe

HRESULT GetCells(
  [out, retval] IUnknown **ppCells
);

Paramètres

[out, retval] ppCells

Type : IUnknown**

Objet cells.

Valeur retournée

Type : HRESULT

Si la méthode réussit, elle retourne NOERROR. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

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

Voir aussi

ITextRange2