共用方式為


TableLayoutRowStyleCollection.Item[Int32] 屬性

定義

取得或設定在指定索引處的 RowStyle

public:
 property System::Windows::Forms::RowStyle ^ default[int] { System::Windows::Forms::RowStyle ^ get(int index); void set(int index, System::Windows::Forms::RowStyle ^ value); };
public System.Windows.Forms.RowStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.RowStyle with get, set
Default Public Property Item(index As Integer) As RowStyle

參數

index
Int32

要取得或設定的 RowStyle 的以零起始的索引。

屬性值

RowStyle

指定索引處的 RowStyle

適用於