DataGridViewCellStyle::Alignment Property
.NET Framework (current version)
Gets or sets a value indicating the position of the cell content within a DataGridView cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridViewContentAlignment Alignment { DataGridViewContentAlignment get(); void set(DataGridViewContentAlignment value); }
Property Value
Type: System.Windows.Forms::DataGridViewContentAlignmentOne of the DataGridViewContentAlignment values. The default is NotSet.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The property value is not a valid DataGridViewContentAlignment value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: