Commit f3065da7 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

add Range.prototype.getNumFormatType

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48429 954022d7-b5bf-4e40-9824-e11837661b57
parent b4cc7944
...@@ -6112,6 +6112,9 @@ Range.prototype.getNumFormatStr=function(){ ...@@ -6112,6 +6112,9 @@ Range.prototype.getNumFormatStr=function(){
} }
return g_oDefaultNum.f; return g_oDefaultNum.f;
}; };
Range.prototype.getNumFormatType=function(){
return this.getNumFormat().getType();
}
Range.prototype.getFont = function(){ Range.prototype.getFont = function(){
var nRow = this.bbox.r1; var nRow = this.bbox.r1;
var nCol = this.bbox.c1; var nCol = this.bbox.c1;
......
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