Compartilhar via


PipelineBuffer.CurrentRow Propriedade

Definição

Obtém o índice da linha atual no PipelineBuffer.

public:
 property int CurrentRow { int get(); void set(int value); };
public int CurrentRow { get; set; }
member this.CurrentRow : int with get, set
Public Property CurrentRow As Integer

Valor da propriedade

O índice da linha atual no PipelineBuffer.

Comentários

O PipelineBuffer se produz um RowIndexOutOfRangeException se CurrentRow é acessado antes de avançar para a PipelineBuffer primeira linha usando o NextRow método.

Aplica-se a