LinkedTableDataSetSize Method

Sets the size for this linked table object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual void SetSize(
        int numRows,
        int numCols
)

Parameters

numRows  Int32
 
numCols  Int32
 
Remarks
The method generates the eInvalidInput exception when the input row number and column number are less than 0.
See Also

©  Bricsys NV. All rights reserved.