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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.