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