Contents Index Topic Contents | ||
Previous Topic: IHTMLTableSection::get_vAlign Next Topic: IHTMLTableSection::put_align |
IHTMLTableSection::insertRow
HRESULT insertRow( long index, IDispatch **row );Inserts an empty row into this table section. The row is added at the position indicated by the index provided. For example, passing in 1 adds the row between 0 and 1, thus becoming the row with index 1. Passing in -1 or the size of the collection causes the row to be appended.
- Returns S_OK if successful, or an error value otherwise.
- index
- Long integer that contains the value specifying the position in the table.
- row
- Address of a pointer to an IDispatch interface.
See also deleteRow
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.