AcadTableClassSetCellState Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
public virtual void SetCellState(
int nRow,
int nCol,
AcCellState nLock
)
Public Overridable Sub SetCellState (
nRow As Integer,
nCol As Integer,
nLock As AcCellState
)
public:
virtual void SetCellState(
[InAttribute] int nRow,
[InAttribute] int nCol,
[InAttribute] AcCellState nLock
)
abstract SetCellState :
nRow : int *
nCol : int *
nLock : AcCellState -> unit
override SetCellState :
nRow : int *
nCol : int *
nLock : AcCellState -> unit
Parameters
- nRow
- Type: SystemInt32
- nCol
- Type: SystemInt32
- nLock
- Type: BricscadDbAcCellState
Implements
IAcadTableSetCellState(Int32, Int32, AcCellState)
See Also