Syntax<ElementName colspan="value">...</ElementName>Where ElementName is any supported HTML element. Type of valueNumber. Value1Default value There is no default value. Supported doctypes HTML 4.01 strict, HTML 4.01 transitional, HTML 4.01 frameset. Example of HTML colspan attribute with td...
Too verbose? Look for "Shortcut syntax" below. Cells in thead and tfoot A table like above, but with added thead section. Column names are shared between table sections, but new rows need to be defined for each section. $table=...$table->thead() ->addRowName('head row') ->th('...
IHTMLTableCell::colSpan PropertyArticle 05/12/2014 Sets or retrieves the number columns in the table that the object should span. Syntax Copy HRESULT IHTMLTableCell::get_colSpan(long *p); HRESULT IHTMLTableCell::put_colSpan(long v); Parameters p Pointer to a variable of type long that...