DataGridCell Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Gets a value indicating whether the DataGridCell is identical to a second DataGridCell.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets a hash value that can be added to a Hashtable.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Gets the row number and column number of the cell.(Overrides ValueType::ToString().)

Return to top
Show: