[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  OfficeClip.BusinessLayer.Metabase.Filter
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public CriteriaPosition(
	int positionId,
	int left,
	int width
)
Visual Basic (Declaration)
Public Sub New ( _
	positionId As Integer, _
	left As Integer, _
	width As Integer _
)
Visual C++
public:
CriteriaPosition(
	int positionId, 
	int left, 
	int width
)

Parameters

positionId
Type: System..::.Int32
The id of the position
left
Type: System..::.Int32
The left position
width
Type: System..::.Int32
The width

See Also