#define global IID_IHTMLTableCell "{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLTableCell IID_IHTMLTableCell "{3050F246-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLTableCell_put_rowSpan 7 int
#comfunc global IHTMLTableCell_get_rowSpan 8 var
#comfunc global IHTMLTableCell_put_colSpan 9 int
#comfunc global IHTMLTableCell_get_colSpan 10 var
#comfunc global IHTMLTableCell_put_align 11 wstr
#comfunc global IHTMLTableCell_get_align 12 var
#comfunc global IHTMLTableCell_put_vAlign 13 wstr
#comfunc global IHTMLTableCell_get_vAlign 14 var
#comfunc global IHTMLTableCell_put_bgColor 15 int
#comfunc global IHTMLTableCell_get_bgColor 16 var
#comfunc global IHTMLTableCell_put_noWrap 17 int
#comfunc global IHTMLTableCell_get_noWrap 18 var
#comfunc global IHTMLTableCell_put_background 19 wstr
#comfunc global IHTMLTableCell_get_background 20 var
#comfunc global IHTMLTableCell_put_borderColor 21 int
#comfunc global IHTMLTableCell_get_borderColor 22 var
#comfunc global IHTMLTableCell_put_borderColorLight 23 int
#comfunc global IHTMLTableCell_get_borderColorLight 24 var
#comfunc global IHTMLTableCell_put_borderColorDark 25 int
#comfunc global IHTMLTableCell_get_borderColorDark 26 var
#comfunc global IHTMLTableCell_put_width 27 int
#comfunc global IHTMLTableCell_get_width 28 var
#comfunc global IHTMLTableCell_put_height 29 int
#comfunc global IHTMLTableCell_get_height 30 var
#comfunc global IHTMLTableCell_get_cellIndex 31 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLTableCell "{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLTableCell IID_IHTMLTableCell "{3050F246-98B5-11CF-BB82-00AA00BDCE0B}"
#comfunc global IHTMLTableCell_put_rowSpan 7 int
#comfunc global IHTMLTableCell_get_rowSpan 8 sptr
#comfunc global IHTMLTableCell_put_colSpan 9 int
#comfunc global IHTMLTableCell_get_colSpan 10 sptr
#comfunc global IHTMLTableCell_put_align 11 wstr
#comfunc global IHTMLTableCell_get_align 12 sptr
#comfunc global IHTMLTableCell_put_vAlign 13 wstr
#comfunc global IHTMLTableCell_get_vAlign 14 sptr
#comfunc global IHTMLTableCell_put_bgColor 15 int
#comfunc global IHTMLTableCell_get_bgColor 16 sptr
#comfunc global IHTMLTableCell_put_noWrap 17 int
#comfunc global IHTMLTableCell_get_noWrap 18 sptr
#comfunc global IHTMLTableCell_put_background 19 wstr
#comfunc global IHTMLTableCell_get_background 20 sptr
#comfunc global IHTMLTableCell_put_borderColor 21 int
#comfunc global IHTMLTableCell_get_borderColor 22 sptr
#comfunc global IHTMLTableCell_put_borderColorLight 23 int
#comfunc global IHTMLTableCell_get_borderColorLight 24 sptr
#comfunc global IHTMLTableCell_put_borderColorDark 25 int
#comfunc global IHTMLTableCell_get_borderColorDark 26 sptr
#comfunc global IHTMLTableCell_put_width 27 int
#comfunc global IHTMLTableCell_get_width 28 sptr
#comfunc global IHTMLTableCell_put_height 29 int
#comfunc global IHTMLTableCell_get_height 30 sptr
#comfunc global IHTMLTableCell_get_cellIndex 31 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※#usecom 末尾は CoCreateInstance 用のクラスID(コクラスCLSID, SDKから自動取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。