Sets whether the exported name is forced to upper case.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public TriValue NameToUpperCase { get; set; }
Visual Basic (Declaration)
Public Property NameToUpperCase As TriValue
Visual C++
public:
property TriValue NameToUpperCase {
	TriValue get ();
	void set (TriValue value);
}

See Also