'Declaration
Public Function Contains( _ ByVal index As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int index )
Parameters
- index
- The index.
Return Value
true
if contains a row in the specified index; otherwise, false
.'Declaration
Public Function Contains( _ ByVal index As System.Integer _ ) As System.Boolean
public System.bool Contains( System.int index )
true
if contains a row in the specified index; otherwise, false
.