Address Property

Office Open XML

The address for the range

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

Syntax

C#
public virtual string Address { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Address As String
Visual C++
public:
virtual property String^ Address {
	String^ get ();
}

See Also