Style.Color

Style.Color property

Gets or sets the cell shading color. when pattern is none ,it return Color.Empty; when pattern is BackgroundType.Solid,it return ForegroundColor; others it return BackgroundColor

public Color Color { get; set; }

See Also