RowID Property

Office Open XML

Internal RowID.

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

Syntax

C#
public ulong RowID { get; }
Visual Basic (Declaration)
Public ReadOnly Property RowID As ULong
Visual C++
public:
property unsigned long long RowID {
	unsigned long long get ();
}

See Also