Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves how the table should be aligned.
Syntax
HRESULT get_align( BSTR *p );
Parameters
- 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.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_align
Sets how the table should be aligned.
Syntax
HRESULT put_align( BSTR v );
Parameters
- 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.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_align, IHTMLTable
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.