AddRowsSettings Constructor TIBCO Spotfire 7.6 API Reference
Overload List

  Name Description
Public method AddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public method AddRowsSettings(DataTable, DataSource)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method. This Constructor performs an automatic match, no columns are ignored.
Public method AddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public method AddRowsSettings(DataTable, DataSource, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method. This Constructor performs an automatic match, no columns are ignored.
Public method AddRowsSettings(IDictionaryDataColumnSignature, DataColumnSignature, IEnumerableDataColumnSignature, String, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method.
Public method AddRowsSettings(DataTable, DataSource, String, String, String)
Initializes a new instance of the AddRowsSettings class. Settings for adding rows to a DataTable using the AddRows(DataSource, AddRowsSettings) method. This Constructor performs an automatic match, no columns are ignored.
Top
See Also

Reference