Gets either the BackColor or the AlternatingBackColor of a specified row.
[Visual Basic] Public Function GetBackColor( _ ByVal rowNum As Integer _ ) As Color [C#] public Color GetBackColor( int rowNum ); [C++] public: Color GetBackColor( int rowNum ); [JScript] public function GetBackColor( rowNum : int ) : Color;
A Color that represents the background color.
DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | AlternatingBackColor | BackColor | GetBackColor