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

适用于