Язык

PipelineBuffer.CurrentRow Свойство

Определение

Получает индекс текущей строки в 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

Значение свойства

Индекс текущей строки в PipelineBuffer.

Комментарии

Получает PipelineBufferRowIndexOutOfRangeException доступ к if CurrentRow перед PipelineBuffer переходом к первой строке с помощью метода NextRow .

Применяется к