| Visual Basic (Declaration) | |
|---|---|
Public Class Worksheet | |
| C# | |
|---|---|
public class Worksheet | |
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.