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

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 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