Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / RemoveHyperlinks Method
The mainuplate worksheet.
The ranges use to remove the hyperlinks.


In This Topic
    RemoveHyperlinks Method (RangeActionsCommand)
    In This Topic
    Create the command to remove the hyperlinks and formats.
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveHyperlinks( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference _
    ) As RangeActionsCommand
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim value As RangeActionsCommand
     
    value = RangeActionsCommand.RemoveHyperlinks(worksheet, references)
    public static RangeActionsCommand RemoveHyperlinks( 
       Worksheet worksheet,
       Reference[] references
    )

    Parameters

    worksheet
    The mainuplate worksheet.
    references
    The ranges use to remove the hyperlinks.
    See Also