ExcelRangesCollectionItem Property
Gets the range at the specified index.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelRange this[
int rangeIndex
] { get; }
Public ReadOnly Default Property Item (
rangeIndex As Integer
) As ExcelRange
Get
public:
property ExcelRange^ default[int rangeIndex] {
ExcelRange^ get (int rangeIndex);
}
member Item : ExcelRange with get
- rangeIndex Int32
- A zero based index in the ranges collection
ExcelRangeThe range at the specified index