GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : SelectionBorderColor Property |
'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;}
gcSpreadSheet1.Sheets[0].SelectionBackground = new SolidColorBrush(Windows.UI.Colors.Magenta);
gcSpreadSheet1.Sheets[0].SelectionBorderColor = Windows.UI.Color.FromArgb(150, 10, 100, 99);
GcSpreadSheet1.Sheets(0).SelectionBackground = New SolidColorBrush(Windows.UI.Colors.Magenta)
GcSpreadSheet1.Sheets(0).SelectionBorderColor = Windows.UI.Color.FromArgb(150, 10, 100, 99)
Target Platforms: Windows Server 2012, Windows RT