The prefix applied to the Excel names of all exported members.

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 string Prefix { get; set; }
Visual Basic (Declaration)
Public Property Prefix As String
Visual C++
public:
property String^ Prefix {
	String^ get ();
	void set (String^ value);
}

See Also