LinkedTableDataGetCellState Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual CellStates GetCellState(
int row,
int column
)
Public Overridable Function GetCellState (
row As Integer,
column As Integer
) As CellStates
public:
virtual CellStates GetCellState(
int row,
int column
)
abstract GetCellState :
row : int *
column : int -> CellStates
override GetCellState :
row : int *
column : int -> CellStates
Parameters
- row Int32
-
- column Int32
-
Return Value
CellStates
See Also