Add

Add(int, int, int, int, byte[])

将 OleObject 添加到集合中。

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData)
范围类型描述
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
heightInt32oleObject 的高度,以像素为单位。
widthInt32oleObject 的宽度,以像素为单位。
imageDataByte[]ole 对象的图像作为字节数组。

返回值

OleObject对象索引。

也可以看看


Add(int, int, int, int, byte[], string)

将链接的 OleObject 添加到集合中。

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData, 
    string linkedFile)
范围类型描述
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
heightInt32oleObject 的高度,以像素为单位。
widthInt32oleObject 的宽度,以像素为单位。
imageDataByte[]ole 对象的图像作为字节数组。
linkedFileString

返回值

OleObject对象索引。

也可以看看