Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public T this[
	int i
] { get; set; }
Public Default Property Item ( 
	i As Integer
) As T
	Get
	Set
public:
virtual property T default[int i] {
	T get (int i) sealed;
	void set (int i, T value) sealed;
}
abstract Item : 'T with get, set
override Item : 'T with get, set

Parameters

i
Int32

Property Value

T

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also