IHTMLTable::get_alignIHTMLTable::get_align*
*



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.

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

Up Top of Page


IHTMLTable::put_align


HRESULT put_align( 
    BSTR v 
);

Sets how the table should be aligned.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.