Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / RemoveHyperlinks Method


In This Topic
    RemoveHyperlinks Method (ShapeActionsCommand)
    In This Topic
    Creates a ShapeActionsCommand instance to remove the hyperlink of shape.
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveHyperlinks( _
       ByVal shape As Shape _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim shape As Shape
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.RemoveHyperlinks(shape)
    public static ShapeActionsCommand RemoveHyperlinks( 
       Shape shape
    )

    Parameters

    shape
    See Also