Partager via


Méthode ITextRow::SetCellMergeFlags (tom.h)

Définit les indicateurs de fusion de la cellule active.

Syntaxe

HRESULT SetCellMergeFlags(
  [in] long Value
);

Paramètres

[in] Value

Type : long

Indicateur de fusion. Il peut s’agir de l’une de ces valeurs.

tomHContCell

tomHStartCell

tomVLowCell

tomVTopCell

Valeur retournée

Type : HRESULT

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

Spécifications

   
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
DLL Msftedit.dll

Voir aussi

ITextRow

ITextRow::GetCellMergeFlags