#include <CellRange.h>
Public Member Functions | |
CCellID (int nRow=-1, int nCol=-1) | |
int | IsValid () const |
int | operator== (const CCellID &rhs) const |
int | operator!= (const CCellID &rhs) const |
Public Attributes | |
int | row |
int | col |
Definition at line 37 of file CellRange.h.
CCellID::CCellID | ( | int | nRow = -1 , |
|
int | nCol = -1 | |||
) | [inline, explicit] |
Definition at line 45 of file CellRange.h.
int CCellID::IsValid | ( | ) | const [inline] |
Definition at line 47 of file CellRange.h.
int CCellID::operator!= | ( | const CCellID & | rhs | ) | const [inline] |
Definition at line 49 of file CellRange.h.
int CCellID::operator== | ( | const CCellID & | rhs | ) | const [inline] |
Definition at line 48 of file CellRange.h.
int CCellID::col |
Definition at line 41 of file CellRange.h.
int CCellID::row |
Definition at line 41 of file CellRange.h.