VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / Worksheet Class / ContainsCellsHyperlinks(CellReferencesSet) Method
Syntax Requirements SeeAlso
In This Topic
    ContainsCellsHyperlinks(CellReferencesSet) Method (Worksheet)
    In This Topic
    Determines whether this worksheet contains hyperlinks in specified cells set.
    Syntax
    'Declaration
    
    Public Function ContainsCellsHyperlinks( _
    ByVal cells
    The cells set.
    As CellReferencesSet _
    ) As Boolean
    public bool ContainsCellsHyperlinks(
    CellReferencesSet cells
    )
    public: bool ContainsCellsHyperlinks(
    CellReferencesSet* cells
    )
    public:
    bool ContainsCellsHyperlinks(
    CellReferencesSet^ cells
    )

    Parameters

    cells
    The cells set.

    Return Value

    True if this worksheet contains hyperlinks in specified cells set; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also