Worksheet.Next Property

Definition

Gets a Worksheet that represents the next sheet.

public:
 property System::Object ^ Next { System::Object ^ get(); };
public object Next { get; }
member this.Next : obj
Public ReadOnly Property Next As Object

Property Value

A Worksheet that represents the next sheet; null if the current worksheet is the last sheet in the workbook.

Applies to