TableLayoutColumnStyleCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the ColumnStyle at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ColumnStyle^ default[ int index ] { ColumnStyle^ get(int index); void set(int index, ColumnStyle^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the ColumnStyle to get or set.
.NET Framework
Available since 2.0
Available since 2.0
Show: