CFx SDK Documentation 2024 SP0
|
#include <DbTableStyle.h>
Public Member Functions | |
OdCellRange () | |
OdCellRange (OdInt32 topRow, OdInt32 leftColumn, OdInt32 bottomRow, OdInt32 rightColumn) | |
bool | operator== (const OdCellRange &range) const |
bool | operator!= (const OdCellRange &range) const |
Public Attributes | |
OdInt32 | m_topRow |
OdInt32 | m_leftColumn |
OdInt32 | m_bottomRow |
OdInt32 | m_rightColumn |
This class represents the parameters of cells for OdDbTable entities..
<group Other_Classes>
Definition at line 353 of file DbTableStyle.h.
|
inline |
Definition at line 361 of file DbTableStyle.h.
|
inline |
Definition at line 366 of file DbTableStyle.h.
|
inline |
Definition at line 381 of file DbTableStyle.h.
|
inline |
Definition at line 373 of file DbTableStyle.h.
OdInt32 OdCellRange::m_bottomRow |
Definition at line 358 of file DbTableStyle.h.
OdInt32 OdCellRange::m_leftColumn |
Definition at line 357 of file DbTableStyle.h.
OdInt32 OdCellRange::m_rightColumn |
Definition at line 359 of file DbTableStyle.h.
OdInt32 OdCellRange::m_topRow |
Definition at line 356 of file DbTableStyle.h.