Worksheet.Next Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.