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

Converts the object information to html value

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

Syntax

C#
public string ToHtml()
Visual Basic (Declaration)
Public Function ToHtml As String
Visual C++
public:
String^ ToHtml()

Return Value

The Html string representation of the object

See Also