TableLayoutStyleCollection.Item[Int32] 属性

定义

获取或设置指定索引处的 TableLayoutStyle

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

参数

index
Int32

要获取或设置的 TableLayoutStyle 的从零开始的索引。

属性值

指定索引处的 TableLayoutStyle

例外

该属性值已分配给另外一个所有者。 必须首先将其从当前位置移除或将其克隆。

注解

只能将派生 TableLayoutStyle 类型 ColumnStyle 之一或 RowStyle存储在 中 TableLayoutStyleCollection

样式的实例只能与单个容器相关联。

适用于

另请参阅