In This Topic
Gets the worksheet collection of the workbook.
Syntax
'Declaration
Public ReadOnly Property Sheets As System.Collections.Generic.List(Of Worksheet)
'Usage
Dim instance As Workbook
Dim value As System.Collections.Generic.List(Of Worksheet)
value = instance.Sheets
public System.Collections.Generic.List<Worksheet> Sheets {get;}
public read-only property Sheets: System.Collections.Generic.List;
public function get Sheets : System.Collections.Generic.List
public: __property System.Collections.Generic.List<Worksheet*>* get_Sheets();
public:
property System.Collections.Generic.List<Worksheet^>^ Sheets {
System.Collections.Generic.List<Worksheet^>^ get();
}
See Also