GrapeCity.Xaml.SpreadSheet.Data
SelectionBorderColor Property
Example 


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.
Example
This example sets the SelectionBorderColor property.
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)
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options