A set of flags controlling the behavior and appearance of the argument in Excel.

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

See Also