Address Property

Office Open XML

The address of the table

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

Syntax

C#
public ExcelAddressBase Address { get; internal set; }
Visual Basic (Declaration)
Public Property Address As ExcelAddressBase
Visual C++
public:
property ExcelAddressBase^ Address {
	ExcelAddressBase^ get ();
	void set (ExcelAddressBase^ value);
}

See Also