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