Worksheet.Previous Property

Definition

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.

Applies to