iTextRow::GetCellColorFore 方法 (tom.h)

取得使用中儲存格的前景色彩。

語法

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

參數

[out, retval] pValue

類型: long*

前景色彩。

傳回值

類型: HRESULT

如果方法成功,它會 傳回S_OK。 如果方法失敗,它會傳回下列 COM 錯誤碼。 如需 COM 錯誤碼的詳細資訊,請參閱 COM 中的錯誤處理

傳回碼 Description
E_INVALIDARG
無效引數。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextRow

ITextRow::SetCellColorFore