Sets whether the exported name is forced to upper case.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

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