셀의 전경색을 가져오거나 설정합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Color CellForeColor { get; set; }
Visual Basic
Public Property CellForeColor As Color
	Get
	Set
Visual C++
public:
property Color CellForeColor {
	Color get ();
	void set (Color value);
}

Return Value

셀의 전경색을 나타내는 Color입니다.

See Also