Sets the number of columns and records
Usage
Set_Property(OLECtrlEntID, "OLE.Dimension", Array)
Values
Array has the following structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Column Count | Integer | The number of data columns in the table | 1 |
<2> | Record Count | Integer | The number of data records in the table | 1 |
Remarks
The Dimension property modifies the number of data columns and data records in the table. Increasing either value appends new columns or records. Decreasing either number permanently removes records or columns from the end of the table. Setting either number to a value less than zero is the same as setting it to zero.