IsRef Property

Office Open XML

If the address is an invalid reference (#REF!)

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool IsRef { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRef As Boolean
Visual C++
public:
property bool IsRef {
	bool get ();
}

See Also