'Declaration Public Function GetCellsHyperlinks( _
ByVal cellsThe cells.As CellReferencesSet _
) As CellHyperlink[]
public CellHyperlink[] GetCellsHyperlinks(
CellReferencesSet cells
)
public: CellHyperlink*[] GetCellsHyperlinks(
CellReferencesSet* cells
)
public:
CellHyperlink^[] GetCellsHyperlinks(
CellReferencesSet^ cells
)
Parameters
- cells
- The cells.
Return Value
Array that contains cell hyperlinks.