Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::deleteTHead Next Topic: IHTMLTable::get_background |
IHTMLTable::get_align
HRESULT get_align( BSTR *p );Retrieves how the table should be aligned.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives one of these values:
center Aligns to the center. left Aligns to the left edge. This is the default value. right Aligns to the right edge. See also put_align
IHTMLTable::put_align
HRESULT put_align( BSTR v );Sets how the table should be aligned.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the alignment. Can be one of these values:
center Aligns to the center. left Aligns to the left edge. This is the default value. right Aligns to the right edge. See also get_align
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.