ExcelWorksheetsCollectionItem Property (Int32) |
Gets the worksheet at worksheetIndex from the collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorksheet this[
int worksheetIndex
] { get; }
Public ReadOnly Default Property Item (
worksheetIndex As Integer
) As ExcelWorksheet
Get
Parameters
- worksheetIndex
- Type: SystemInt32
Property Value
Type:
ExcelWorksheetSee Also