DataGridViewAdvancedBorderStyle::Top Property

 

Gets the style for the top border of a cell.

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

public:
property DataGridViewAdvancedCellBorderStyle Top {
	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.

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: