ITextRow::GetCellBorderWidths 方法 (tom.h)

取得使用中儲存格的框線寬度。

語法

HRESULT GetCellBorderWidths(
  [in] long *pduLeft,
  [in] long *pduTop,
  [in] long *pduRight,
  [in] long *pduBottom
);

參數

[in] pduLeft

類型: long*

作用儲存格左框線寬度。

[in] pduTop

類型: long*

作用儲存格上框線寬度。

[in] pduRight

類型: long*

作用儲存格右框線寬度。

[in] pduBottom

類型: long*

使用中儲存格底框線寬度。

傳回值

類型: HRESULT

如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

需求

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

另請參閱

ITextRow

ITextRow::SetCellBorderWidths