SpreadsheetAttachment

SpreadsheetAttachment class

表示附加到 Excel 文档的文件。

public class SpreadsheetAttachment : Attachment, ITwoDObject

特性

姓名 描述
AlternativeText { get; set; } 获取或设置与附加文件关联的描述性(替代)文本。
override Content { get; set; } 获取或设置附加文件内容。
Height { get; set; } 获取或设置附件框的高度(以磅为单位)。
IsLink { get; } 获取一个值,该值指示内容是否仅包含指向文件的链接。
PreviewImageContent { get; set; } 获取或设置附件预览图像为字节数组。
SourceFullName { get; } 获取附件的全名。
Width { get; set; } 获取或设置附件框的宽度(以磅为单位)。
X { get; set; } 获取或设置附件框相对于工作表左边框的水平偏移量(以磅为单位)。
Y { get; set; } 获取或设置附件框架相对于工作表顶部边框的垂直偏移量(以磅为单位)。

方法

姓名 描述
CreateWatermarker() 从附件中加载内容。
CreateWatermarker(LoadOptions) 使用指定的加载选项从附件中加载内容。
CreateWatermarker(LoadOptions, WatermarkerSettings) 使用指定的加载选项和设置从附件中加载内容。
GetDocumentInfo() 获取有关存储在附件中的文档的信息。

也可以看看