ITextRow::GetCellAlignment メソッド (tom.h)

アクティブ セルの垂直方向の配置を取得します。

構文

HRESULT GetCellAlignment(
  [out, retval] long *pValue
);

パラメーター

[out, retval] pValue

型: long*

垂直方向の配置。

戻り値

型: HRESULT

メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー tom.h
[DLL] Msftedit.dll

こちらもご覧ください

ITextRow

ITextRow::SetCellAlignment