#include <customdatatype_spreadsheet.h>
Public Member Functions | |
| RowData () | |
| RowData (Int32 index) | |
| RowData (Int32 lower, Int32 upper) | |
| RowData (const RowData &src) | |
| Bool | operator< (const RowData &dst) const |
| Bool | operator> (const RowData &dst) const |
| Bool | operator<= (const RowData &dst) const |
| Bool | operator>= (const RowData &dst) const |
| Bool | operator== (const RowData &dst) const |
| RowData & | operator= (const RowData &src) |
Public Attributes | |
| Int32 | m_Lower |
| Int32 | m_Upper |
| RowData | ( | ) |
| Int32 m_Lower |
| Int32 m_Upper |