DataGridViewAdvancedBorderStyle::Top Property
.NET Framework (current version)
Gets the style for the top border of a cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridViewAdvancedCellBorderStyle Top { 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. |
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: