Class DBSheetDefTable
DataTable Class for filling DBSheetCols DataGridView
Inheritance
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
DBSheetDefTable
Assembly: DBaddin.dll
Syntax
public class DBSheetDefTable : DataTable, IComponent, IDisposable, IServiceProvider, IListSource, ISupportInitializeNotification, ISupportInitialize, ISerializable, IXmlSerializable
Constructors
|
Improve this Doc
View Source
DBSheetDefTable()
Declaration
Properties
|
Improve this Doc
View Source
Item[Int32]
Declaration
public DBSheetDefRow this[int idx] { get; }
Parameters
Property Value
Methods
|
Improve this Doc
View Source
Add(DBSheetDefRow)
Declaration
public void Add(DBSheetDefRow row)
Parameters
|
Improve this Doc
View Source
GetNewRow()
Declaration
public DBSheetDefRow GetNewRow()
Returns
|
Improve this Doc
View Source
GetRowType()
Declaration
protected override Type GetRowType()
Returns
Overrides
System.Data.DataTable.GetRowType()
|
Improve this Doc
View Source
NewRowFromBuilder(DataRowBuilder)
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Returns
Overrides
System.Data.DataTable.NewRowFromBuilder(System.Data.DataRowBuilder)
|
Improve this Doc
View Source
Remove(DBSheetDefRow)
Declaration
public void Remove(DBSheetDefRow row)
Parameters