DataGridViewAdvancedBorderStyle::Left Property

 

Gets the style for the left border of a cell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property DataGridViewAdvancedCellBorderStyle Left {
	DataGridViewAdvancedCellBorderStyle get();
	void set(DataGridViewAdvancedCellBorderStyle value);
}

Exception Condition
InvalidEnumArgumentException

The specified value when setting this property is not a valid DataGridViewAdvancedCellBorderStyle.

ArgumentException

The specified value when setting this property is NotSet.

-or-

The specified value when setting this property is InsetDouble or OutsetDouble and this DataGridViewAdvancedBorderStyle instance has an associated DataGridView control with a RightToLeft property value of true.

The following code example illustrates the use of this property. This example is part of a larger example available in the DataGridViewAdvancedBorderStyle class overview.

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

.NET Framework
Available since 2.0
Return to top
Show: