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

Total left position

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int[] TotalLeft { get; set; }
Visual Basic (Declaration)
Public Property TotalLeft As Integer()
Visual C++
public:
property array<int>^ TotalLeft {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also