Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースに関連付けられていないテーブルを VB 2010 で作成できるかどうかを知りたいです。このテーブルでは、セルにテキストを表示し、行番号を変更できます。これを可能にするオブジェクトがあれば?
オブジェクトは同じです - と呼ばれDataTable、手動で作成できます:
DataTable
Dim dt as New DataTable '... dt.Columns.Add(...) '... dt.Rows.Add(...)