IHTMLTableSection::get_alignIHTMLTableSection::get_align*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTableSection::get_rows
*Next Topic: IHTMLTableSection::get_vAlign

IHTMLTableSection::get_align


HRESULT get_align(
   BSTR *p 
);

Displays the element left flush, right flush, or centered relative to the display or table.

p
Address of a string variable that receives one of these values:
center Aligns to the center.
left Aligns to the left edge.
right Aligns to the right edge.

See also put_align

Up Top of Page


IHTMLTableSection::put_align


HRESULT put_align(
    BSTR v 
);

Displays the element left flush, right flush, or centered relative to the display or table.

v
String specifying the alignment. Can be one of these values:
center Aligns to the center.
left Aligns to the left edge.
right Aligns to the right edge.

See also get_align


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