TouchSelectionGripperBackgroundColor Property
In This Topic
Gets or sets a Color object for the selection style.
Syntax
'Declaration
Public Property TouchSelectionGripperBackgroundColor As Color
'Usage
Dim instance As Worksheet
Dim value As Color
instance.TouchSelectionGripperBackgroundColor = value
value = instance.TouchSelectionGripperBackgroundColor
public Color TouchSelectionGripperBackgroundColor {get; set;}
Property Value
The Color object for this sheet.
Example
This example sets the TouchSelectionGripperBackgroundColor property.
See Also