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

この行のセルの余白を取得します。

構文

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

パラメーター

[out, retval] pValue

種類: long*

セルの余白。

戻り値

種類: HRESULT

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

要件

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

こちらもご覧ください

ITextRow

ITextRow::SetCellMargin