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


In This Topic
    SelectionBorderThemeColor Property
    In This Topic
    Gets or sets a string object for the selection style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property SelectionBorderThemeColor As String
    'Usage
     
    Dim instance As Worksheet
    Dim value As String
     
    instance.SelectionBorderThemeColor = value
     
    value = instance.SelectionBorderThemeColor
    [DefaultValue("")]
    public string SelectionBorderThemeColor {get; set;}

    Property Value

    The string object for this sheet.
    See Also