Sets whether all exported names are 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 NamesToUpperCase { get; set; }
Visual Basic (Declaration)
Public Property NamesToUpperCase As TriValue
Visual C++
public:
property TriValue NamesToUpperCase {
	TriValue get ();
	void set (TriValue value);
}

See Also