Returns whether the attribute's properties are all set to default values.

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 bool IsDefault()
Visual Basic (Declaration)
Public Function IsDefault As Boolean
Visual C++
public:
bool IsDefault()

Return Value

True if all properties are at their default values. False if any property has a non-default value.

See Also