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

NameTypeAccessDescription
Data[]byteRead/WriteGets the data.
FormatstringRead/WriteGets the format.
RowintRead/WriteGets the row.
ColintRead/WriteGets the col.
RowOffint64Read/WriteGets the row off.
ColOffint64Read/WriteGets the col off.
WidthintRead/WriteGets the width.
HeightintRead/WriteGets the height.
NamestringRead/WriteGets the name.

Methods

SignatureDescription
SetAnchor(row: int)SetAnchor positions the picture at the given 0-based row and column.

See Also