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

NameTypeAccessDescription
length: numberReadGets the length.

Methods

SignatureDescription
worksheetRels(sheetIndex: number)stringCalls worksheetRels(sheetIndex) on this DataRelationship instance.
drawingRels()stringCalls drawingRels on this DataRelationship instance.
drawingsRels(shapesArray: { length: number }[])stringCalls drawingsRels(shapesArray) on this DataRelationship instance.

See Also

 English