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


In This Topic
    ClearHyperlinks Method (RangeActionsCommand)
    In This Topic
    Create the command to clear the hyperlinks.
    Syntax
    'Declaration
     
    
    Public Shared Function ClearHyperlinks( _
       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.ClearHyperlinks(worksheet, references)
    public static RangeActionsCommand ClearHyperlinks( 
       Worksheet worksheet,
       Reference[] references
    )

    Parameters

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