Infragistics(R) NetAdvantage(R) WPF
Worksheet Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : Worksheet Class

Represents one worksheet in a Microsoft Excel workbook.

Syntax

Visual Basic (Declaration) 
Public Class Worksheet 
C# 
public class Worksheet 

Remarks

An Excel worksheet is essentially a table with a limited number of rows and columns. To create new worksheet, use WorksheetCollection.Add method of the Workbook.Worksheets collection on a Workbook instance.

See Also