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 从零开始的索引。

属性值

位于指定索引处的 A RowStyle

适用于