Worksheet.Previous 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 previous sheet.
public:
property System::Object ^ Previous { System::Object ^ get(); };
public object Previous { get; }
member this.Previous : obj
Public ReadOnly Property Previous As Object
Property Value
A Worksheet that represents the previous sheet; null
if the current worksheet is the first sheet in the workbook.