[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IReadonlyArray-1

IReadonlyArray<T> Interface

Represents a read-only array of items which are declared as T type.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IReadonlyArray<T>
Public Interface IReadonlyArray(Of T)
Type Parameters
Name Description
T

The type of items.

Properties

Name Description
this[int]

Gets the item at the specified index.

Length

Gets the total number of items.