DataGridView::HitTestInfo::ToString Method ()

 

Returns a string that represents a DataGridView::HitTestInfo.

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 a DataGridView::HitTestInfo.

The ToString method returns a string that includes the value of the Type, ColumnIndex, and RowIndex properties.

.NET Framework
Available since 2.0
Return to top
Show: