ShowRowStripes Property

Office Open XML

Display banded rows

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

Syntax

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

See Also