Commit 004f5cf7 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Добавил функции для проверки на то, дошли ли мы до максимального значения строк/столбцов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57819 954022d7-b5bf-4e40-9824-e11837661b57
parent 743ca576
......@@ -2858,6 +2858,12 @@ Woorksheet.prototype.setColBestFit=function(bBestFit, width, start, stop){
}
}
};
Woorksheet.prototype.isDefaultHeightHidden=function(){
return null != this.oSheetFormatPr.oAllRow && this.oSheetFormatPr.oAllRow.hd;
};
Woorksheet.prototype.isDefaultWidthHidden=function(){
return null != this.oAllCol && this.oAllCol.hd;
};
Woorksheet.prototype.getDefaultHeight=function(){
var dRes = null;
// Нужно возвращать выставленную, только если флаг CustomHeight = true
......
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