GetRefersTo
GetRefersTo(bool, bool)
获取此名称的引用。
public string GetRefersTo(bool isR1C1, bool isLocal)
范围 | 类型 | 描述 |
---|---|---|
isR1C1 | Boolean | 引用是否需要格式化为 R1C1。 |
isLocal | Boolean | 引用是否需要按语言环境格式化。 |
也可以看看
- class Name
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
GetRefersTo(bool, bool, int, int)
根据指定单元格获取此名称的引用。
public string GetRefersTo(bool isR1C1, bool isLocal, int row, int column)
范围 | 类型 | 描述 |
---|---|---|
isR1C1 | Boolean | 引用是否需要格式化为 R1C1。 |
isLocal | Boolean | 引用是否需要按语言环境格式化。 |
row | Int32 | 单元格的行索引。 |
column | Int32 | 单元格的列索引。 |
也可以看看
- class Name
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells