IGridItemProvider.Row 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property int Row { int get(); };
int Row();
public int Row { get; }
var int32 = iGridItemProvider.row;
Public ReadOnly Property Row As Integer
屬性值
以零起始的序數,識別包含儲存格或專案的資料列。
適用於