Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ResetTouchSelectionGripperBackgroundThemeColor Method
Example


In This Topic
    ResetTouchSelectionGripperBackgroundThemeColor Method
    In This Topic
    Resets the theme color of the touch selection gripper background.
    Syntax
    'Declaration
     
    Public Sub ResetTouchSelectionGripperBackgroundThemeColor() 
    'Usage
     
    Dim instance As Worksheet
     
    instance.ResetTouchSelectionGripperBackgroundThemeColor()
    public void ResetTouchSelectionGripperBackgroundThemeColor()
    Example
    This example uses the ResetTouchSelectionGripperBackgroundThemeColor method.
    See Also