Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual TableCellType CellType(
int row,
int col
)
Public Overridable Function CellType (
row As Integer,
col As Integer
) As TableCellType
public:
virtual TableCellType CellType(
int row,
int col
)
abstract CellType :
row : int *
col : int -> TableCellType
override CellType :
row : int *
col : int -> TableCellType
Parameters
- row Int32
-
- col Int32
-
Return Value
TableCellType
See Also