PictureInfo
Overview
PictureInfo is a interface in Aspose.Cells FOSS for Typescript.
PictureInfo properties row and col indicate the cell position where the picture is anchored in the worksheet.
Properties: col, height, marginLeft, marginTop, name, row, and 3 more.
Description
PictureInfo is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : number; : number; : string. These operations enable developers to integrate pictureinfo functionality directly into TypeScript applications.
The class also provides the row property (gets the row), the col property (gets the col), the name property (gets the name).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | : number | Read | Gets the row. |
col | : number | Read | Gets the col. |
name | : string | Read | Gets the name. |
src | : string | Read | Gets the src. |
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |
marginLeft | : number | Read | Gets the margin left. |
marginTop | : number | Read | Gets the margin top. |
zIndex | : number | Read | Gets the z index. |