HyperlinkCollection
HyperlinkCollection
Overview
HyperlinkCollection 是一个类在Aspose.Cells FOSS for Typescript中.
创建一个超链接对象并将其添加到集合中以供后期串行.
本类提供6种方法,用于在TypeScript程序中使用HyperlinkCollection对象. 有的方法包括: add, clear, get, getByCell, remove, toXml. 在安装Aspose.Cells FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: count.
Description
HyperlinkCollection 是Aspose.Cells FOSS库中一个类,该类可用于6个方法和1个属性.
核心能力包括: number;删除指定索引中的超链接;从集合中移除所有超连接.这些操作使开发人员能够直接将超联络收集功能集成到TypeScript 应用程序中.
课程还提供了 count 财产 (得到了计数).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | number | Read | 得到了数. |
Methods
| Signature | Description |
|---|---|
add(row: number, col: number, address: string, display: string, tooltip: string) → Hyperlink | 创建一个超链接对象并将其添加到集合中以后进行串行化. |
get(index: number) → `Hyperlink | undefined` |
getByCell(row: number, col: number) → `Hyperlink | undefined` |
remove(index: number) | 删除指定索引的超链接. |
clear() | 从集合中删除所有超链接. |
toXml() → string | 将超链接集合串为XML字符串. |