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

アクティブセルの罫線の色を取得します。

構文

HRESULT GetCellBorderColors(
  [in] long *pcrLeft,
  [in] long *pcrTop,
  [in] long *pcrRight,
  [in] long *pcrBottom
);

パラメーター

[in] pcrLeft

型: long*

アクティブセルの左罫線の色。

[in] pcrTop

型: long*

アクティブセルの上罫線の色。

[in] pcrRight

型: long*

アクティブセルの右罫線の色。

[in] pcrBottom

型: long*

アクティブセルの下罫線の色。

戻り値

型: HRESULT

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

要件

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

関連項目

ITextRow

ITextRow::SetCellBorderColors