TabSelected Property

Office Open XML

Indicates if the worksheet is selected within the workbook

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

Syntax

C#
public bool TabSelected { get; set; }
Visual Basic (Declaration)
Public Property TabSelected As Boolean
Visual C++
public:
property bool TabSelected {
	bool get ();
	void set (bool value);
}

See Also