Parameters |
Description |
OdInt32 nRow |
[in] Row index of the cell. |
OdInt32 nCol |
[in] Column index of the cell. |
OdDb::OpenMode mode |
[in] Open mode. |
Opens and returns the data link (OdDbDataLink) for the specified row and column.
Open mode should take one of the following values:
Name |
Value |
kNotOpen |
-1 |
kForRead |
0 |
kForWrite |
1 |
kForNotify |
2 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|