RowPosition property

Returns the row position of an item in the folder that contains it.

Syntax


C++

HRESULT get_RowPosition(LONG* pRowPosition)

Scripting languages

Long = Object.RowPosition

Remarks


The default spacing for new objects in a folder is one object every two rows or columns. Odd-numbered columns or rows allow placement of objects between standardly-spaced objects. For example, you could create a staggered effect by positioning objects in row 0 at columns 0, 2, and 4, and in row 2 at columns 1, 3, and 5. Or, you could create a more compact effect by assigning adjacent positions to items.

Home

Applies to

IERUPrincipalItem


See also

Creating Items

SetPosition Method