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


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