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