Worksheet.ShowAllData Method (2007 System)

Makes all rows of the currently filtered list visible. If AutoFilter is in use, this method changes the arrows to "All."

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Sub ShowAllData
'Usage
Dim instance As Worksheet

instance.ShowAllData()
public void ShowAllData()
public:
void ShowAllData()
public function ShowAllData()

.NET Framework Security

See Also

Reference

Worksheet Class

Worksheet Members

Microsoft.Office.Tools.Excel Namespace