DataGridViewRow Methods

 

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

NameDescription
System_CAPS_pubmethodAdjustRowHeaderBorderStyle(DataGridViewAdvancedBorderStyle^, DataGridViewAdvancedBorderStyle^, Boolean, Boolean, Boolean, Boolean)

Modifies an input row header border style according to the specified criteria.

System_CAPS_pubmethodClone()

Creates an exact copy of this row.(Overrides DataGridViewBand::Clone().)

System_CAPS_protmethodCreateAccessibilityInstance()

Creates a new accessible object for the DataGridViewRow.

System_CAPS_pubmethodCreateCells(DataGridView^)

Clears the existing cells and sets their template according to the supplied DataGridView template.

System_CAPS_pubmethodCreateCells(DataGridView^, array<Object^>^)

Clears the existing cells and sets their template and values.

System_CAPS_protmethodCreateCellsInstance()

Constructs a new collection of cells based on this row.

System_CAPS_pubmethodDispose()

Releases all resources used by the DataGridViewBand. (Inherited from DataGridViewBand.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the DataGridViewBand and optionally releases the managed resources. (Inherited from DataGridViewBand.)

System_CAPS_protmethodDrawFocus(Graphics^, Rectangle, Rectangle, Int32, DataGridViewElementStates, DataGridViewCellStyle^, Boolean)

Draws a focus rectangle around the specified bounds.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases the resources associated with the band.(Inherited from DataGridViewBand.)

System_CAPS_pubmethodGetContextMenuStrip(Int32)

Gets the shortcut menu for the row.

System_CAPS_pubmethodGetErrorText(Int32)

Gets the error text for the row at the specified index.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetPreferredHeight(Int32, DataGridViewAutoSizeRowMode, Boolean)

Calculates the ideal height of the specified row based on the specified criteria.

System_CAPS_pubmethodGetState(Int32)

Returns a value indicating the current state of the row.

System_CAPS_pubmethodGetType()

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

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnDataGridViewChanged()

Called when the band is associated with a different DataGridView.(Inherited from DataGridViewBand.)

System_CAPS_protmethodPaint(Graphics^, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean)

Paints the current row.

System_CAPS_protmethodPaintCells(Graphics^, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean, DataGridViewPaintParts)

Paints the cells in the current row.

System_CAPS_protmethodPaintHeader(Graphics^, Rectangle, Rectangle, Int32, DataGridViewElementStates, Boolean, Boolean, DataGridViewPaintParts)

Paints the header cell of the current row.

System_CAPS_protmethodRaiseCellClick(DataGridViewCellEventArgs^)

Raises the DataGridView::CellClick event. (Inherited from DataGridViewElement.)

System_CAPS_protmethodRaiseCellContentClick(DataGridViewCellEventArgs^)

Raises the DataGridView::CellContentClick event. (Inherited from DataGridViewElement.)

System_CAPS_protmethodRaiseCellContentDoubleClick(DataGridViewCellEventArgs^)

Raises the DataGridView::CellContentDoubleClick event. (Inherited from DataGridViewElement.)

System_CAPS_protmethodRaiseCellValueChanged(DataGridViewCellEventArgs^)

Raises the DataGridView::CellValueChanged event. (Inherited from DataGridViewElement.)

System_CAPS_protmethodRaiseDataError(DataGridViewDataErrorEventArgs^)

Raises the DataGridView::DataError event. (Inherited from DataGridViewElement.)

System_CAPS_protmethodRaiseMouseWheel(MouseEventArgs^)

Raises the Control::MouseWheel event. (Inherited from DataGridViewElement.)

System_CAPS_pubmethodSetValues(array<Object^>^)

Sets the values of the row's cells.

System_CAPS_pubmethodToString()

Gets a human-readable string that describes the row.(Overrides DataGridViewBand::ToString().)

Return to top
Show: