다음을 통해 공유


WebGridRow.Item[] 속성

정의

오버로드

Item[Int32]

instance 지정된 인덱스 WebGridRow 값을 반환합니다.

Item[String]

instance 지정된 이름을 WebGridRow 포함하는 값을 반환합니다.

Item[Int32]

instance 지정된 인덱스 WebGridRow 값을 반환합니다.

public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

매개 변수

index
Int32

반환할 행에 있는 값의 인덱스(0부터 시작)입니다.

속성 값

지정한 인덱스의 값입니다.

예외

index가 0보다 작거나, 행에 있는 값의 수보다 크거나 같습니다.

적용 대상

Item[String]

instance 지정된 이름을 WebGridRow 포함하는 값을 반환합니다.

public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

매개 변수

name
String

반환할 행에 있는 값의 이름입니다.

속성 값

지정된 값입니다.

예외

name 가 Nothing이거나 비어 있습니다.

name이 존재하지 않는 값을 지정합니다.

적용 대상