Partilhar via


Parameter.SetParam(XlParameterType, Object) Método

Definição

Define um parâmetro para a tabela de consulta especificada.

public:
 void SetParam(Microsoft::Office::Interop::Excel::XlParameterType Type, System::Object ^ Value);
public void SetParam (Microsoft.Office.Interop.Excel.XlParameterType Type, object Value);
Public Sub SetParam (Type As XlParameterType, Value As Object)

Parâmetros

Type
XlParameterType

Necessário XlParameterType.

Value
Object

Objeto obrigatório. O valor do parâmetro especificado, conforme mostrado na descrição do Type argumento.

Aplica-se a