Commit 450b29c2 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Переделал работу с _getCellFlags (теперь хранится не bool для замерженности, а...

Переделал работу с _getCellFlags (теперь хранится не bool для замерженности, а диапазон (либо null при отсутствии)).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55308 954022d7-b5bf-4e40-9824-e11837661b57
parent 55b4a6eb
......@@ -5997,7 +5997,6 @@ Range.prototype.getVerticalText=function(){
return g_nVerticalTextAngle == g_oDefaultAlign.angle;
}
Range.prototype.hasMerged=function(){
var oThis = this;
var aMerged = this.worksheet.mergeManager.get(this.bbox);
if(aMerged.all.length > 0)
return aMerged.all[0].bbox;
......
This diff is collapsed.
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