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

The total widths

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

Syntax

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

See Also