AddAttachment

SpreadsheetAttachmentCollection.AddAttachment method

に添付ファイルを追加しますSpreadsheetWorksheet.

public void AddAttachment(byte[] fileContent, string sourceFullName, byte[] previewImageContent, 
    double x, double y, double width, double height)
パラメータ タイプ 説明
fileContent Byte[] 添付するファイルの内容。
sourceFullName String 添付ファイルの完全な名前 (拡張子は、 ファイルを開くための適切なアプリケーションを決定するために使用されます)。
previewImageContent Byte[] バイト配列としての添付ファイルのプレビュー イメージ。
x Double アタッチメント フレームの x 座標 (ポイント単位)。
y Double アタッチメント フレームの y 座標 (ポイント単位)。
width Double アタッチメント フレームのポイント単位の幅。
height Double アタッチメント フレームの高さ (ポイント単位)。

関連項目