Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SelectionBorderColor Property


In This Topic
    SelectionBorderColor Property
    In This Topic
    Gets or sets a Color object for the selection style.
    Syntax
    'Declaration
     
    Public Property SelectionBorderColor As Nullable(Of Color)
    'Usage
     
    Dim instance As Worksheet
    Dim value As Nullable(Of Color)
     
    instance.SelectionBorderColor = value
     
    value = instance.SelectionBorderColor
    public Nullable<Color> SelectionBorderColor {get; set;}

    Property Value

    The Color object for this sheet.
    See Also