'Declaration Public Function ContainsCellsHyperlinks( _
ByVal cellsThe 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.