DataGridViewCellStyle::Alignment Property

 

Gets or sets a value indicating the position of the cell content within a DataGridView cell.

Namespace:   System.Windows.Forms
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::DataGridViewContentAlignment

One of the DataGridViewContentAlignment values. The default is NotSet.

Exception Condition
InvalidEnumArgumentException

The property value is not a valid DataGridViewContentAlignment value.

The following code example illustrates the use of this property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: