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

The alphabet

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

Syntax

C#
public char Alphabet { get; set; }
Visual Basic (Declaration)
Public Property Alphabet As Char
Visual C++
public:
property wchar_t Alphabet {
	wchar_t get ();
	void set (wchar_t value);
}

See Also