共用方式為


IGridItemProvider.Row 屬性

定義

取得包含儲存格或項目之資料列的序號。

public:
 property int Row { int get(); };
int Row();
public int Row { get; }
var int32 = iGridItemProvider.row;
Public ReadOnly Property Row As Integer

屬性值

Int32

int

以零起始的序數位,識別包含儲存格或專案的資料列。

適用於