DataGridViewAdvancedBorderStyle::Left Property
.NET Framework (current version)
Gets the style for the left border of a cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridViewAdvancedCellBorderStyle Left { DataGridViewAdvancedCellBorderStyle get(); void set(DataGridViewAdvancedCellBorderStyle value); }
Property Value
Type: System.Windows.Forms::DataGridViewAdvancedCellBorderStyleOne of the DataGridViewAdvancedCellBorderStyle values.
| 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: