ImportTableDataInfo.addColumnData(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int addColumnData(System::String ^ _szColName, System::Object ^ _colVal);
public virtual int addColumnData (string _szColName, object _colVal);
abstract member addColumnData : string * obj -> int
override this.addColumnData : string * obj -> int
Public Overridable Function addColumnData (_szColName As String, _colVal As Object) As Integer
Parameters
- _szColName
- String
- _colVal
- Object