NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridColumn.GetBackColor

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;

Parameters

rowNum
[To be supplied.]

Return Value

A Color that represents the background color.

See Also

DataGridColumn Class | DataGridColumn Members | System.WinForms Namespace | AlternatingBackColor | BackColor | GetBackColor