Retrieves the width property of the row, in pixels. This width does not take into account any margin, border, scroll bar, or padding that might have been applied to the table row.
Syntax
HRESULT get_clientWidth( long *p );
Parameters
- p
- Address of a long variable returning the width property of the table row.
Return Value
Returns S_OK if successful, or an error code otherwise.