Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / SelectionForeColor Property
Example


In This Topic
    SelectionForeColor Property (SheetSkin)
    In This Topic
    Gets the text color of selected cells in the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectionForeColor As Color
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Color
     
    value = instance.SelectionForeColor
    public Color SelectionForeColor {get;}

    Property Value

    Color object that contains the text color for selected cells
    Remarks
    The selection text color is displayed only in down-level browsers.
    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also