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

(1.0.0.52): XlsxSerializerCom

свойство таблиц headerRowCount на чтение и запись.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47355 954022d7-b5bf-4e40-9824-e11837661b57
parent 9f2f8c65
......@@ -2900,9 +2900,9 @@
//todo из файла
var headerRowCount = 1;
var totalsRowCount = 0;
if(options.HeaderRowCount)
if(null != options.HeaderRowCount)
headerRowCount = options.HeaderRowCount;
if(options.TotalsRowCount)
if(null != options.TotalsRowCount)
totalsRowCount = options.TotalsRowCount;
if(style && style.Name && ws.model.workbook.TableStyles && ws.model.workbook.TableStyles.AllStyles && (styleForCurTable = ws.model.workbook.TableStyles.AllStyles[style.Name]))
{
......
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