Share via


DataFrameColumn.IsValid(Int64) Method

Definition

Indicates if the value at this index is valid (not null).

public virtual bool IsValid(long index);
abstract member IsValid : int64 -> bool
override this.IsValid : int64 -> bool
Public Overridable Function IsValid (index As Long) As Boolean

Parameters

index
Int64

The index to look up.

Returns

A boolean value indicating the validity at this index.

Applies to