Cell Constructor

Constructor for the Cell class. Creates a cell in the specified table at the given row and column.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Cell(
        Table table,
        int row,
        int column
)

Parameters

table  Table
[in] Table that stores this cell.
row  Int32
[in] Number of columns.
column  Int32
[in] Number of rows.
See Also

©  Bricsys NV. All rights reserved.