Microsoft SDK for Java

Column.getForeColor

Retrieves the color of the text in the column.

Syntax

public Color getForeColor()

Return Value

Returns a Color object that represents the color of the column's text.

Remarks

To retrieve the color of text when cells are selected, call getSelectedForeColor.

See Also   setForeColor, shouldPersistForeColor

© 1999 Microsoft Corporation. All rights reserved. Terms of use.