_Chart.Previous Property
Returns a Chart object that represents the previous sheet or cell.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Previous As Object
Get
'Usage
Dim instance As _Chart
Dim value As Object
value = instance.Previous
Object Previous { get; }
Property Value
Type: System.Object