CustomLabel.RowIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定自訂標籤列的索引。
public:
property int RowIndex { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int RowIndex { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.RowIndex : int with get, set
Public Property RowIndex As Integer
屬性值
integer
值,指定自訂標籤列的索引,範圍為 0 到 10。
- 屬性
備註
屬性 RowIndex 會指定資料列標籤的索引,其中零是最接近座標軸到十之資料列標籤的索引,也就是最進一步的座標軸標籤。
只有自訂標籤可用於第一個資料列以外的標籤資料列。
如果自訂標籤用於第一列,則不會自動產生整個座標軸的標籤;在此情況下,第一個資料列的所有標籤都必須是自訂標籤。