DataRelationship
Overview
DataRelationship is a class in Aspose.Cells FOSS for TypeScript.
This class declares 3 methods for DataRelationship objects in TypeScript programs.
Available methods include: drawingRels, drawingsRels, worksheetRels.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
length | : number | Read | Gets the length. |
Methods
| Signature | Description |
|---|---|
worksheetRels(sheetIndex: number) → string | Calls worksheetRels(sheetIndex) on this DataRelationship instance. |
drawingRels() → string | Calls drawingRels on this DataRelationship instance. |
drawingsRels(shapesArray: { length: number }[]) → string | Calls drawingsRels(shapesArray) on this DataRelationship instance. |