diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-08-04 18:13:02 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-08-04 18:13:02 +0200 |
commit | 2ecf87efeb1ec5f4185b80cdb333b84f352a011e (patch) | |
tree | a6389c74fd9e142bf72696c11787130e5c086131 /oovbaapi | |
parent | d5bb7f0a4a1b9e6a0fbc1f597a1c30ddea67838a (diff) |
mib18: #162938# add VBA symbol Worksheet.AutoFilterMode
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XWorksheet.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl index fb6261bc06c0..1907fb004cab 100644 --- a/oovbaapi/ooo/vba/excel/XWorksheet.idl +++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl @@ -72,6 +72,7 @@ interface XWorksheet [attribute, readonly] string CodeName; [attribute, readonly] short Index; [attribute] long EnableSelection; + [attribute] boolean AutoFilterMode; void Activate(); void Calculate( ); |