Commit 7881b323 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Функция asc_SetColumnsProps добавлена в экспорт.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68091 954022d7-b5bf-4e40-9824-e11837661b57
parent 0f8beba6
...@@ -3411,6 +3411,7 @@ asc_docs_api.prototype.asc_SetColumnsProps = function(ColumnsProps) ...@@ -3411,6 +3411,7 @@ asc_docs_api.prototype.asc_SetColumnsProps = function(ColumnsProps)
{ {
this.WordControl.m_oLogicDocument.Set_ColumnsProps(ColumnsProps); this.WordControl.m_oLogicDocument.Set_ColumnsProps(ColumnsProps);
}; };
asc_docs_api.prototype["asc_SetColumnsProps"] = asc_docs_api.prototype.asc_SetColumnsProps;
asc_docs_api.prototype.sync_ColumnsPropsCallback = function(ColumnsProps) asc_docs_api.prototype.sync_ColumnsPropsCallback = function(ColumnsProps)
{ {
this.asc_fireCallback("asc_onColumnsProps", ColumnsProps); this.asc_fireCallback("asc_onColumnsProps", ColumnsProps);
......
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