Chart.Refresh Method (2007 System)
Updates the cache of the Chart or PivotTable object.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Sub Refresh
'Usage
Dim instance As Chart
instance.Refresh()
public void Refresh()
public:
void Refresh()
public function Refresh()
.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.