IFrameElement.clientLeft Property
SharePoint Designer Developer Reference |
Returns a Long that represents the position in pixels of the left edge of an IFRAME element without any margin, border, scroll bar, or padding settings that may have been applied.
Syntax
expression.clientLeft
expression Required. A variable that represents an IFrameElement object.
See Also