_Application.Caption 属性

定义

显示在 Microsoft Excel 窗口main标题栏中的名称。 如果未设置该名称,或将其设置为 Empty, 则此属性返回“Microsoft Excel”。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
Public Property Caption As String

属性值

适用于