ICustomProperties.Add(String, Object) 方法

定义

public:
 Microsoft::Office::Interop::Excel::CustomProperty ^ Add(System::String ^ Name, System::Object ^ Value);
public Microsoft.Office.Interop.Excel.CustomProperty Add (string Name, object Value);
Public Function Add (Name As String, Value As Object) As CustomProperty

参数

Name
String
Value
Object

返回

适用于