Picture
Overview
Picture is a type in Aspose.Cells FOSS for Go.
Picture represents an image embedded in a worksheet.
Available methods include: SetAnchor.
All public members are accessible to any Go application after installing the Aspose.Cells FOSS for Go package.
Properties: Col, ColOff, Data, Format, Height, Name, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | []byte | Read/Write | Gets the data. |
Format | string | Read/Write | Gets the format. |
Row | int | Read/Write | Gets the row. |
Col | int | Read/Write | Gets the col. |
RowOff | int64 | Read/Write | Gets the row off. |
ColOff | int64 | Read/Write | Gets the col off. |
Width | int | Read/Write | Gets the width. |
Height | int | Read/Write | Gets the height. |
Name | string | Read/Write | Gets the name. |
Methods
| Signature | Description |
|---|---|
SetAnchor(row: int) | SetAnchor positions the picture at the given 0-based row and column. |