Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::cellState Method
Syntax
C++
virtual OdDb::CellState cellState(OdInt32 nRow, OdInt32 nCol) const;

Returns the state of the cell. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.

Cell state.

Cell state is an enumerator and takes one of the following values: 

 

Name
Value
kCellStateNone
0x00
kCellStateContentLocked
0x01
kCellStateContentReadOnly
0x02
kCellStateLinked
0x04
kCellStateContentModifiedAfterUpdate
0x08
kCellStateFormatLocked
0x10
kCellStateFormatReadOnly
0x20
kCellStateFormatModifiedAfterUpdate
0x40
kAllCellStates
(kCellStateContentLocked | kCellStateContentReadOnly |
kCellStateLinked | kCellStateContentModifiedAfterUpdate |
kCellStateFormatLocked | kCellStateFormatReadOnly |
kCellStateFormatModifiedAfterUpdate)
Copyright © 2002-2022. Open Design Alliance All rights reserved.