Gets the worksheet at worksheetIndex from the collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Parameters
- worksheetIndex
- Type: SystemInt32
Property Value
Type:
ExcelWorksheet
Reference