[This is preliminary documentation and is subject to change.]
Constructor.
| C# | Visual Basic | Visual C++ |
public Table( int numberOfColumns )
Public Sub New ( _ numberOfColumns As Integer _ )
public: Table( int numberOfColumns )
- numberOfColumns (Int32)
- Number of user defined columns present in the table.