TableUri Property

Office Open XML

The package internal URI to the Table Xml Document.

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

Syntax

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

See Also