LocalSheetId Property

Office Open XML

Is the named range local for the sheet

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

Syntax

C#
public int LocalSheetId { get; }
Visual Basic (Declaration)
Public ReadOnly Property LocalSheetId As Integer
Visual C++
public:
property int LocalSheetId {
	int get ();
}

See Also