ExcelWorksheetsCollectionItem(Int32) Property
Gets the worksheet at worksheetIndex from the collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorksheet this[
int worksheetIndex
] { get; }
Public ReadOnly Default Property Item (
worksheetIndex As Integer
) As ExcelWorksheet
Get
public:
property ExcelWorksheet^ default[int worksheetIndex] {
ExcelWorksheet^ get (int worksheetIndex);
}
member Item : ExcelWorksheet with get
- worksheetIndex Int32
-
ExcelWorksheet