Aracılığıyla paylaş


WorkbookBase.SmartDocument Özellik

Tanım

Akıllı belge çözümünün ayarlarını temsil eden bir Microsoft.Office.Core.SmartDocument alır.

public:
 property Microsoft::Office::Core::SmartDocument ^ SmartDocument { Microsoft::Office::Core::SmartDocument ^ get(); };
public Microsoft.Office.Core.SmartDocument SmartDocument { get; }
member this.SmartDocument : Microsoft.Office.Core.SmartDocument
Public ReadOnly Property SmartDocument As SmartDocument

Özellik Değeri

Akıllı belge çözümünün ayarlarını temsil eden bir Microsoft.Office.Core.SmartDocument.

Örnekler

Aşağıdaki kod örneği, kullanıcının belgeye eklemek üzere bir XML genişletme paketi seçmesine olanak tanıyan bir iletişim kutusu görüntülemek için özelliğini kullanır SmartDocument .

Bu örnek, belge düzeyinde özelleştirme içindir

private void WorkbookSmartDocument()
{
    this.SmartDocument.PickSolution(true);
}
Private Sub WorkbookSmartDocument()
    Me.SmartDocument.PickSolution(True)
End Sub

Şunlara uygulanır