TableLayoutStyleCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit TableLayoutStyle à l'index spécifié.
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
Paramètres
- index
- Int32
Index de base zéro du TableLayoutStyle à obtenir ou définir.
Valeur de propriété
TableLayoutStyle à l'index spécifié.
Exceptions
La valeur de propriété est déjà assignée à un autre propriétaire. Vous devez tout d'abord le supprimer de son emplacement actuel ou le cloner.
Remarques
Un seul des types dérivésTableLayoutStyle, ou RowStyle, ColumnStyle peut être stocké dans un TableLayoutStyleCollection.
Une instance d’un style ne peut être associée qu’à un seul conteneur.