#include <sheet_id.h>
Definition at line 226 of file sheet_id.h.
Public Member Functions | |
uint32 | operator() (const CSheetId &sheetId) const |
|
Definition at line 229 of file sheet_id.h. References NLMISC::CSheetId::asInt(), and uint32.
00230 {
00231 return sheetId.asInt();
00232 }
|