Excel Reports
Worksheets Property



KellermanSoftware.ExcelReports Namespace > Workbook Class : Worksheets Property
A list of worksheets in the Workbook
Syntax
Public ReadOnly Property Worksheets As IList(Of Worksheet)
Dim instance As Workbook
Dim value As IList(Of Worksheet)
 
value = instance.Worksheets
public IList<Worksheet> Worksheets {get;}
public:
property IList<Worksheet^>^ Worksheets {
   IList<Worksheet^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Workbook Class
Workbook Members