Commit 53c590af authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил функции getNumFormat и getNumFormatType у Cell

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59674 954022d7-b5bf-4e40-9824-e11837661b57
parent d64daa9b
......@@ -4595,6 +4595,12 @@ Cell.prototype.getNumFormatStr=function(){
return this.xfs.num.f;
return g_oDefaultNum.f;
};
Cell.prototype.getNumFormat=function(){
return oNumFormatCache.get(this.getNumFormatStr());
};
Cell.prototype.getNumFormatType=function(){
return this.getNumFormat().getType();
};
Cell.prototype.moveHor=function(val){
//копируем потому что изначально обьект ыбл получен из g_oCellAddressUtils
this.oId = new CellAddress(this.oId.getRow0(), this.oId.getCol0(), 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment