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

NameTypeAccessDescription
row: numberReadGets the row.
col: numberReadGets the col.
name: stringReadGets the name.
src: stringReadGets the src.
width: numberReadGets the width.
height: numberReadGets the height.
marginLeft: numberReadGets the margin left.
marginTop: numberReadGets the margin top.
zIndex: numberReadGets the z index.

See Also