ExcelWorksheetsCollectionItem(Int32) Property |
Gets the worksheet at worksheetIndex from the collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelWorksheet this[
int worksheetIndex
] { get; }Public ReadOnly Default Property Item (
worksheetIndex As Integer
) As ExcelWorksheet
Get
Parameters
- worksheetIndex Int32
-
Property Value
ExcelWorksheet
See Also