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 オブジェクトである図形、位置を固定した図形、およびフィールドにのみ有効です。

適用対象