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

The total formulas

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

Syntax

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

See Also