DataGridViewAdvancedBorderStyle::ToString Method ()

 

Returns a string that represents the DataGridViewAdvancedBorderStyle.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that represents the DataGridViewAdvancedBorderStyle.

The ToString method returns a string that includes the values for the All, Top, Bottom, Left, and Right properties.

.NET Framework
Available since 2.0
Return to top
Show: