OLEFormat.Label 属性

定义

返回一个字符串,用于标识源文件中被链接的部分。 例如,如果源文件是 Microsoft Excel 工作簿, 则 Label 属性可能会返回“Workbook1!R3C1:R4C2“(如果 OLE 对象仅包含工作表中的几个单元格)。

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

属性值

注解

该属性仅对链接为 OLE 对象的图形、嵌入式图形或域有效。

适用于