@ -0,0 +1,27 @@ |
|||
QT += core gui |
|||
|
|||
INCLUDEPATH = include/libxl-3.8.1.0/include_cpp |
|||
LIBS += include/libxl-3.8.1.0/lib/libxl.lib |
|||
|
|||
#CONFIG += static |
|||
|
|||
RC_FILE = nebopassgen.rc |
|||
|
|||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |
|||
|
|||
TARGET = NeboPassGen |
|||
TEMPLATE = app |
|||
|
|||
|
|||
SOURCES += main.cpp\ |
|||
mainwindow.cpp \ |
|||
about.cpp |
|||
|
|||
HEADERS += mainwindow.h \ |
|||
about.h |
|||
|
|||
FORMS += mainwindow.ui \ |
|||
about.ui |
|||
|
|||
#RESOURCES += \ |
|||
# logo.qrc |
@ -0,0 +1 @@ |
|||
First readme. |
@ -0,0 +1,22 @@ |
|||
#include "about.h" |
|||
#include "ui_about.h" |
|||
|
|||
About::About(QWidget *parent) : |
|||
QDialog(parent), |
|||
ui(new Ui::About) |
|||
{ |
|||
ui->setupUi(this); |
|||
this->setWindowTitle("NeboPassGen::About"); |
|||
this->setGeometry(QStyle::alignedRect( |
|||
Qt::LeftToRight, |
|||
Qt::AlignCenter, |
|||
this->size(), |
|||
qApp->desktop()->availableGeometry() |
|||
)); |
|||
} |
|||
|
|||
About::~About() |
|||
{ |
|||
delete ui; |
|||
} |
|||
|
@ -0,0 +1,26 @@ |
|||
#ifndef ABOUT_H |
|||
#define ABOUT_H |
|||
|
|||
#include <QDialog> |
|||
#include <QDesktopWidget> |
|||
#include <QStyle> |
|||
|
|||
namespace Ui { |
|||
class About; |
|||
} |
|||
|
|||
class About : public QDialog |
|||
{ |
|||
Q_OBJECT |
|||
|
|||
public: |
|||
explicit About(QWidget *parent = 0); |
|||
~About(); |
|||
|
|||
private slots: |
|||
|
|||
private: |
|||
Ui::About *ui; |
|||
}; |
|||
|
|||
#endif // ABOUT_H
|
@ -0,0 +1,98 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<ui version="4.0"> |
|||
<class>About</class> |
|||
<widget class="QDialog" name="About"> |
|||
<property name="geometry"> |
|||
<rect> |
|||
<x>0</x> |
|||
<y>0</y> |
|||
<width>345</width> |
|||
<height>390</height> |
|||
</rect> |
|||
</property> |
|||
<property name="windowTitle"> |
|||
<string>Dialog</string> |
|||
</property> |
|||
<property name="windowIcon"> |
|||
<iconset> |
|||
<normaloff>:/graphics/logo/graphics/icon.svg</normaloff>:/graphics/logo/graphics/icon.svg</iconset> |
|||
</property> |
|||
<widget class="QLabel" name="label"> |
|||
<property name="geometry"> |
|||
<rect> |
|||
<x>0</x> |
|||
<y>350</y> |
|||
<width>341</width> |
|||
<height>31</height> |
|||
</rect> |
|||
</property> |
|||
<property name="text"> |
|||
<string><html><head/><body><p align="center"><span style=" font-weight:600;"> Copyright &copy; 2017 Blagovest Petrov</span></p></body></html></string> |
|||
</property> |
|||
</widget> |
|||
<widget class="QTextBrowser" name="textBrowser"> |
|||
<property name="geometry"> |
|||
<rect> |
|||
<x>10</x> |
|||
<y>10</y> |
|||
<width>321</width> |
|||
<height>191</height> |
|||
</rect> |
|||
</property> |
|||
<property name="html"> |
|||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
|||
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
|||
p, li { white-space: pre-wrap; } |
|||
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
|||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:9pt;">This software is licensed under </span><span style=" font-size:8pt; font-weight:600;">GNU Lesser General Public License version 3</span></p> |
|||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt; font-weight:600;"><br /></p> |
|||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">GNU LESSER GENERAL PUBLIC LICENSE</span><span style=" font-size:8pt;"><br />Version 3, 29 June 2007</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.</span><a name="section0"></a><span style=" font-size:8pt; font-weight:600;">0</span><span style=" font-size:8pt; font-weight:600;">. Additional Definitions.</span><span style=" font-size:8pt;"> </span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.</span><a name="section1"></a><span style=" font-size:8pt; font-weight:600;">1</span><span style=" font-size:8pt; font-weight:600;">. Exception to Section 3 of the GNU GPL.</span><span style=" font-size:8pt;"> </span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.</span><a name="section2"></a><span style=" font-size:8pt; font-weight:600;">2</span><span style=" font-size:8pt; font-weight:600;">. Conveying Modified Versions.</span><span style=" font-size:8pt;"> </span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:</span></p> |
|||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.<a name="section3"></a><span style=" font-weight:600;">3</span><span style=" font-weight:600;">. Object Code Incorporating Material from Library Header Files.</span> </li></ul> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:</span></p> |
|||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Accompany the object code with a copy of the GNU GPL and this license document.<a name="section4"></a><span style=" font-weight:600;">4</span><span style=" font-weight:600;">. Combined Works.</span> </li></ul> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:</span></p> |
|||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Accompany the Combined Work with a copy of the GNU GPL and this license document.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">d) Do one of the following: </li> |
|||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 2;"><li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.</li></ul> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)<a name="section5"></a><span style=" font-weight:600;">5</span><span style=" font-weight:600;">. Combined Libraries.</span> </li></ul> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:</span></p> |
|||
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-size:8pt;" style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.</li> |
|||
<li style=" font-size:8pt;" style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.<a name="section6"></a><span style=" font-weight:600;">6</span><span style=" font-weight:600;">. Revised Versions of the GNU Lesser General Public License.</span> </li></ul> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.</span></p> |
|||
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.</span></p></body></html></string> |
|||
</property> |
|||
</widget> |
|||
<widget class="QLabel" name="label_2"> |
|||
<property name="geometry"> |
|||
<rect> |
|||
<x>0</x> |
|||
<y>230</y> |
|||
<width>341</width> |
|||
<height>91</height> |
|||
</rect> |
|||
</property> |
|||
<property name="text"> |
|||
<string><html><head/><body><p align="center"><span style=" font-weight:600;">For contacts and support:</span></p><p align="center"><a href="https://petrovs.info"><span style=" text-decoration: underline; color:#0000ff;">https://petrovs.info</span></a></p><p align="center"><a href="mailto:blagovest@petrovs.info"><span style=" text-decoration: underline; color:#0000ff;">blagovest@petrovs.info</span></a></p></body></html></string> |
|||
</property> |
|||
</widget> |
|||
</widget> |
|||
<resources/> |
|||
<connections/> |
|||
</ui> |
@ -0,0 +1,9 @@ |
|||
Package: nebopassgen |
|||
Version: 0.99.9-2 |
|||
Section: tools |
|||
Priority: optional |
|||
Architecture: i386 |
|||
Depends: libqt5widgets5, libqt5svg5 |
|||
Installed-Size: 68 |
|||
Maintainer: Blagovest Petrov <b.petrov@nebosystems.eu> |
|||
Description: Password generator for the files inside NeboSystems |
@ -0,0 +1,9 @@ |
|||
[Desktop Entry] |
|||
Version=0.99.9 |
|||
Name=NeboPassGen |
|||
GenericName=NeboPassGen |
|||
Comment=Generates passwords for the documents inside NeboSystems |
|||
Type=Application |
|||
Exec=nebopassgen |
|||
Icon=nebopassgen |
|||
Categories=GTK;Utilities; |
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,9 @@ |
|||
Package: nebopassgen |
|||
Version: 0.99.9-2 |
|||
Section: tools |
|||
Priority: optional |
|||
Architecture: amd64 |
|||
Depends: libqt5widgets5, libqt5svg5 |
|||
Installed-Size: 68 |
|||
Maintainer: Blagovest Petrov <b.petrov@nebosystems.eu> |
|||
Description: Password generator for the files inside NeboSystems |
@ -0,0 +1,9 @@ |
|||
[Desktop Entry] |
|||
Version=0.99.9 |
|||
Name=NeboPassGen |
|||
GenericName=NeboPassGen |
|||
Comment=Generates passwords for the documents inside NeboSystems |
|||
Type=Application |
|||
Exec=nebopassgen |
|||
Icon=nebopassgen |
|||
Categories=GTK;Utilities; |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 17 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,66 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
|||
<head> |
|||
<title>LibXL: AutoFilter class reference</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head> |
|||
<body> |
|||
<table id="container" cellspacing="6"> |
|||
<tbody> |
|||
<tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> |
|||
<img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> |
|||
</a> |
|||
<div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span><br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <b>AutoFilter</b> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
<h3>AutoFilter class reference</h3> |
|||
<ul class="doc"> |
|||
<li> |
|||
<a name="getRef"></a><span class="keyword">bool</span> <span class="fname">getRef</span>(<span class="keyword">int</span>* rowFirst, <span class="keyword">int</span>* rowLast, <span class="keyword">int</span>* colFirst, <span class="keyword">int</span>* colLast) <div>Gets the cell range of AutoFilter with header. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setRef"></a><span class="keyword">void</span> <span class="fname">setRef</span>(<span class="keyword">int</span> rowFirst, <span class="keyword">int</span> rowLast, <span class="keyword">int</span> colFirst, <span class="keyword">int</span> colLast) <div>Sets the cell range of AutoFilter with header.</div> |
|||
</li> |
|||
<li> |
|||
<a name="column"></a><a href="filterColumn.html">FilterColumn</a> <span class="fname">column</span>(<span class="keyword">int</span> colId) <div>Returns the AutoFilter column by zero-based index. Creates it if it doesn't exist.</div> |
|||
</li> |
|||
<li> |
|||
<a name="columnSize"></a><span class="keyword">int</span> <span class="fname">columnSize</span>() <span class="keyword">const</span> <div>Returns the number of specified AutoFilter columns which have a filter information. |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="columnByIndex"></a><a href="filterColumn.html">FilterColumn</a> <span class="fname">columnByIndex</span>(<span class="keyword">int</span> index) <div>Returns the specified AutoFilter column which have a filter information by index. |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="getSortRange"></a><span class="keyword">bool</span> <span class="fname">getSortRange</span>(<span class="keyword">int</span>* rowFirst, <span class="keyword">int</span>* rowLast, <span class="keyword">int</span>* colFirst, <span class="keyword">int</span>* colLast) <div>Gets the whole range of data to sort. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="getSort"></a><span class="keyword">bool</span> <span class="fname">getSort</span>(<span class="keyword">int</span>* columnIndex, <span class="keyword">bool</span>* descending) <div>Gets the zero-based index of sorted column in AutoFilter and its sort order. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setSort"></a><span class="keyword">bool</span> <span class="fname">setSort</span>(<span class="keyword">int</span> columnIndex, <span class="keyword">bool</span> descending = <span class="keyword">false</span>) <div>Sets the sorted column in AutoFilter by zero-based index and its sort order. Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
</ul> |
|||
<div class="blinks"><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <b>AutoFilter</b> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</body> |
|||
</html> |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,105 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
|||
|
|||
|
|||
<title>LibXL colors</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head><body> |
|||
|
|||
<table id="container" cellspacing="6"> |
|||
<tbody><tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> <img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> |
|||
</a> <div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span> |
|||
<br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div> |
|||
<a href="javascript:history.back();">Back</a> |
|||
</div> |
|||
|
|||
<h3>Colors</h3> |
|||
|
|||
<table class="colortable"> |
|||
<thead> |
|||
<tr><td width="300">Color value</td><td width="160">View</td></tr> |
|||
</thead> |
|||
<tbody><tr><td>COLOR_BLACK</td><td style="background-color: rgb(0, 0, 0);"></td></tr> |
|||
<tr><td>COLOR_WHITE</td><td style="background-color: rgb(255, 255, 255);"></td></tr> |
|||
<tr><td>COLOR_RED</td><td style="background-color: rgb(255, 0, 0);"></td></tr> |
|||
<tr><td>COLOR_BRIGHTGREEN</td><td style="background-color: rgb(0, 255, 0);"></td></tr> |
|||
<tr><td>COLOR_BLUE</td><td style="background-color: rgb(0, 0, 255);"></td></tr> |
|||
<tr><td>COLOR_YELLOW</td><td style="background-color: rgb(255, 255, 0);"></td></tr> |
|||
<tr><td>COLOR_PINK</td><td style="background-color: rgb(255, 0, 255);"></td></tr> |
|||
<tr><td>COLOR_TURQUOISE</td><td style="background-color: rgb(0, 255, 255);"></td></tr> |
|||
<tr><td>COLOR_DARKRED</td><td style="background-color: rgb(128, 0, 0);"></td></tr> |
|||
<tr><td>COLOR_GREEN</td><td style="background-color: rgb(0, 128, 0);"></td></tr> |
|||
<tr><td>COLOR_DARKBLUE</td><td style="background-color: rgb(0, 0, 128);"></td></tr> |
|||
<tr><td>COLOR_DARKYELLOW</td><td style="background-color: rgb(128, 128, 0);"></td></tr> |
|||
<tr><td>COLOR_VIOLET</td><td style="background-color: rgb(128, 0, 128);"></td></tr> |
|||
<tr><td>COLOR_TEAL</td><td style="background-color: rgb(0, 128, 128);"></td></tr> |
|||
<tr><td>COLOR_GRAY25</td><td style="background-color: rgb(192, 192, 192);"></td></tr> |
|||
<tr><td>COLOR_GRAY50</td><td style="background-color: rgb(128, 128, 128);"></td></tr> |
|||
<tr><td>COLOR_PERIWINKLE_CF</td><td style="background-color: rgb(153, 153, 255);"></td></tr> |
|||
<tr><td>COLOR_PLUM_CF</td><td style="background-color: rgb(153, 51, 102);"></td></tr> |
|||
<tr><td>COLOR_IVORY_CF</td><td style="background-color: rgb(255, 255, 204);"></td></tr> |
|||
<tr><td>COLOR_LIGHTTURQUOISE_CF</td><td style="background-color: rgb(204, 255, 255);"></td></tr> |
|||
<tr><td>COLOR_DARKPURPLE_CF</td><td style="background-color: rgb(102, 0, 102);"></td></tr> |
|||
<tr><td>COLOR_CORAL_CF</td><td style="background-color: rgb(255, 128, 128);"></td></tr> |
|||
<tr><td>COLOR_OCEANBLUE_CF</td><td style="background-color: rgb(0, 102, 204);"></td></tr> |
|||
<tr><td>COLOR_ICEBLUE_CF</td><td style="background-color: rgb(204, 204, 255);"></td></tr> |
|||
<tr><td>COLOR_DARKBLUE_CL</td><td style="background-color: rgb(0, 0, 128);"></td></tr> |
|||
<tr><td>COLOR_PINK_CL</td><td style="background-color: rgb(255, 0, 255);"></td></tr> |
|||
<tr><td>COLOR_YELLOW_CL</td><td style="background-color: rgb(255, 255, 0);"></td></tr> |
|||
<tr><td>COLOR_TURQUOISE_CL</td><td style="background-color: rgb(0, 255, 255);"></td></tr> |
|||
<tr><td>COLOR_VIOLET_CL</td><td style="background-color: rgb(128, 0, 128);"></td></tr> |
|||
<tr><td>COLOR_DARKRED_CL</td><td style="background-color: rgb(128, 0, 0);"></td></tr> |
|||
<tr><td>COLOR_TEAL_CL</td><td style="background-color: rgb(0, 128, 128);"></td></tr> |
|||
<tr><td>COLOR_BLUE_CL</td><td style="background-color: rgb(0, 0, 255);"></td></tr> |
|||
<tr><td>COLOR_SKYBLUE</td><td style="background-color: rgb(0, 204, 255);"></td></tr> |
|||
<tr><td>COLOR_LIGHTTURQUOISE</td><td style="background-color: rgb(204, 255, 255);"></td></tr> |
|||
<tr><td>COLOR_LIGHTGREEN</td><td style="background-color: rgb(204, 255, 204);"></td></tr> |
|||
<tr><td>COLOR_LIGHTYELLOW</td><td style="background-color: rgb(255, 255, 153);"></td></tr> |
|||
<tr><td>COLOR_PALEBLUE</td><td style="background-color: rgb(153, 204, 255);"></td></tr> |
|||
<tr><td>COLOR_ROSE</td><td style="background-color: rgb(255, 153, 204);"></td></tr> |
|||
<tr><td>COLOR_LAVENDER</td><td style="background-color: rgb(204, 153, 255);"></td></tr> |
|||
<tr><td>COLOR_TAN</td><td style="background-color: rgb(255, 204, 153);"></td></tr> |
|||
<tr><td>COLOR_LIGHTBLUE</td><td style="background-color: rgb(51, 102, 255);"></td></tr> |
|||
<tr><td>COLOR_AQUA</td><td style="background-color: rgb(51, 204, 204);"></td></tr> |
|||
<tr><td>COLOR_LIME</td><td style="background-color: rgb(153, 204, 0);"></td></tr> |
|||
<tr><td>COLOR_GOLD</td><td style="background-color: rgb(255, 204, 0);"></td></tr> |
|||
<tr><td>COLOR_LIGHTORANGE</td><td style="background-color: rgb(255, 153, 0);"></td></tr> |
|||
<tr><td>COLOR_ORANGE</td><td style="background-color: rgb(255, 102, 0);"></td></tr> |
|||
<tr><td>COLOR_BLUEGRAY</td><td style="background-color: rgb(102, 102, 153);"></td></tr> |
|||
<tr><td>COLOR_GRAY40</td><td style="background-color: rgb(150, 150, 150);"></td></tr> |
|||
<tr><td>COLOR_DARKTEAL</td><td style="background-color: rgb(0, 51, 102);"></td></tr> |
|||
<tr><td>COLOR_SEAGREEN</td><td style="background-color: rgb(51, 153, 102);"></td></tr> |
|||
<tr><td>COLOR_DARKGREEN</td><td style="background-color: rgb(0, 51, 0);"></td></tr> |
|||
<tr><td>COLOR_OLIVEGREEN</td><td style="background-color: rgb(51, 51, 0);"></td></tr> |
|||
<tr><td>COLOR_BROWN</td><td style="background-color: rgb(153, 51, 0);"></td></tr> |
|||
<tr><td>COLOR_PLUM</td><td style="background-color: rgb(153, 51, 102);"></td></tr> |
|||
<tr><td>COLOR_INDIGO</td><td style="background-color: rgb(51, 51, 153);"></td></tr> |
|||
<tr><td>COLOR_GRAY80</td><td style="background-color: rgb(51, 51, 51);"></td></tr> |
|||
<tr><td>COLOR_DEFAULT_FOREGROUND</td><td align="center">Auto</td></tr> |
|||
<tr><td>COLOR_DEFAULT_BACKGROUND</td><td align="center">Auto</td></tr> |
|||
</tbody></table> |
|||
|
|||
<div class="blinks"> |
|||
<a href="javascript:history.back();">Back</a> |
|||
</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody></table> |
|||
</body></html> |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,206 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
|||
|
|||
|
|||
<title>LibXL custom format guidelines</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head><body> |
|||
|
|||
<table id="container" cellspacing="6"> |
|||
<tbody><tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> <img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> |
|||
</a> <div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span> |
|||
<br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div> |
|||
<a href="javascript:history.back();">Back</a> |
|||
</div> |
|||
|
|||
<h3>Custom format string guidelines</h3> |
|||
|
|||
<div> |
|||
Up to four sections of format codes can be specified. The format codes, separated by semicolons, define the |
|||
formats for positive numbers, negative numbers, zero values, and text, in that order. If only two sections are |
|||
specified, the first is used for positive numbers and zeros, and the second is used for negative numbers. If only |
|||
one section is specified, it is used for all numbers. Four sections example: |
|||
<div style="margin: 20px; font-size: 16px;"> |
|||
#,###.00_);[Red](#,###.00);0.00;"sales "@ |
|||
</div> |
|||
The following table describes the different symbols that are available for use in custom number formats. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td width="100">Symbol</td><td>Description and result</td></tr> |
|||
</thead> |
|||
<tbody><tr><td>0</td><td>Digit placeholder. For example, if the value 8.9 is to be displayed as 8.90, use the format #.00</td></tr> |
|||
<tr><td>#</td><td>Digit |
|||
placeholder. This symbol follows the same rules as the 0 symbol. |
|||
However, the application shall not display extra zeros when the number |
|||
typed has fewer digits on either side of the decimal than there are # |
|||
symbols in the format. For example, if the custom format is #.##, and |
|||
8.9 is in the cell, the number 8.9 is displayed.</td></tr> |
|||
<tr><td>?</td><td>Digit |
|||
placeholder. This symbol follows the same rules as the 0 symbol. |
|||
However, the application shall put a space for insignificant zeros on |
|||
either side of the decimal point so that decimal points are aligned in |
|||
the column. For example, the custom format 0.0? aligns the decimal |
|||
points for the numbers 8.9 and 88.99 in a column.</td></tr> |
|||
<tr><td>. (period)</td><td>Decimal point.</td></tr> |
|||
<tr><td>%</td><td>Percentage. |
|||
If the cell contains a number between 0 and 1, and the custom format 0% |
|||
is used, the application shall multiply the number by 100 and adds the |
|||
percentage symbol in the cell.</td></tr> |
|||
<tr><td>, (comma)</td><td>Thousands |
|||
separator. The application shall separate thousands by commas if the |
|||
format contains a comma that is enclosed by number signs (#) or by |
|||
zeros. A comma that follows a placeholder scales the number by one |
|||
thousand. For example, if the format is #.0,, and the cell value is |
|||
12,200,000 then the number 12.2 is displayed.</td></tr> |
|||
<tr><td>E- E+ e- e+</td><td>Scientific |
|||
format. The application shall display a number to the right of the "E" |
|||
symbol that corresponds to the number of places that the decimal point |
|||
was moved. For example, if the format is 0.00E+00, and the value |
|||
12,200,000 is in the cell, the number 1.22E+07 is displayed. If the |
|||
number format is #0.0E+0, then the number 12.2E+6 is displayed.</td></tr> |
|||
<tr><td>$-+/():space</td><td>Displays |
|||
the symbol. If it is desired to display a character that differs from |
|||
one of these symbols, precede the character with a backslash (\). |
|||
Alternatively, enclose the character in quotation marks. For example, |
|||
if the number format is (000), and the value 12 is in the cell, the |
|||
number (012) is displayed.</td></tr> |
|||
<tr><td>\</td><td>Display the |
|||
next character in the format. The application shall not display the |
|||
backslash. For example, if the number format is 0\!, and the value 3 is |
|||
in the cell, the value 3! is displayed.</td></tr> |
|||
<tr><td>*</td><td>Repeat |
|||
the next character in the format enough times to fill the column to its |
|||
current width. There shall not be more than one asterisk in one section |
|||
of the format. If more than one asterisk appears in one section of the |
|||
format, all but the last asterisk shall be ignored. For example, if the |
|||
number format is 0*x, and the value 3 is in the cell, the value 3xxxxxx |
|||
is displayed. The number of x characters that are displayed in the cell |
|||
varies based on the width of the column.</td></tr> |
|||
<tr><td>_ (underline)</td><td>Skip |
|||
the width of the next character. This is useful for lining up negative |
|||
and positive values in different cells of the same column. For example, |
|||
the number format _(0.0_);(0.0) aligns the numbers 2.3 and -4.5 in the |
|||
column even though the negative number is enclosed by parentheses.</td></tr> |
|||
<tr><td>"text"</td><td>Display |
|||
whatever text is inside the quotation marks. For example, the format |
|||
0.00 "dollars" displays 1.23 dollars when the value 1.23 is in the cell.</td></tr> |
|||
<tr><td>@</td><td>Text |
|||
placeholder. If text is typed in the cell, the text from the cell is |
|||
placed in the format where the at symbol (@) appears. For example, if |
|||
the number format is "Bob "@" Smith" (including quotation marks), and |
|||
the value "John" is in the cell, the value Bob John Smith is displayed.</td></tr> |
|||
</tbody></table> |
|||
</div> |
|||
|
|||
<h3>Specify colors</h3> |
|||
|
|||
<div> |
|||
To set the text color for a section of the format, type the name of one of the following eight colors in square |
|||
brackets in the section. The color code must be the first item in the section. |
|||
<table style="font-size: 16px;" cellspacing="20"> |
|||
<tbody><tr><td>[Black]</td><td>[Green]</td><td>[White]</td><td>[Blue]</td><td>[Magenta]</td><td>[Yellow]</td><td>[Cyan]</td><td>[Red]</td></tr> |
|||
</tbody></table> |
|||
Instead of using the name of the color, the color index can be used, like this [Color3] for Red. Valid numeric |
|||
indexes for color range from 1 to 56, which reference by index to the legacy color palette. |
|||
</div> |
|||
|
|||
<h3>Specify conditions</h3> |
|||
|
|||
<div> To set number formats that will be applied only if a number meets |
|||
a specified condition, enclose the condition in square brackets. The |
|||
condition consists of a comparison operator and a value. Comparison |
|||
operators include: = Equal to; > Greater than; < Less than; >= |
|||
Greater than or equal to, <= Less than or equal to, and <> Not |
|||
equal to. For example, the following format displays numbers that are |
|||
less than or equal to 100 in a red font and numbers that are greater |
|||
than 100 in a blue font. <div style="margin: 20px; font-size: 16px;">[Red][<=100];[Blue][>100]</div> |
|||
If the cell value does not meet any of the criteria, then pound signs ("#") are displayed across the width of the cell. |
|||
</div> |
|||
|
|||
<h3>Dates and times</h3> |
|||
|
|||
<div> |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td width="100">To display</td><td width="150">As</td><td width="100">Use this code</td></tr> |
|||
</thead> |
|||
<tbody><tr><td>Months</td><td>1-12</td><td>m</td></tr> |
|||
<tr><td>Months</td><td>01-12</td><td>mm</td></tr> |
|||
<tr><td>Months</td><td>Jan-Dec</td><td>mmm</td></tr> |
|||
<tr><td>Months</td><td>January-December</td><td>mmmm</td></tr> |
|||
<tr><td>Months</td><td>J-D</td><td>mmmmm</td></tr> |
|||
<tr><td>Days</td><td>1-31</td><td>d</td></tr> |
|||
<tr><td>Days</td><td>01-31</td><td>dd</td></tr> |
|||
<tr><td>Days</td><td>Sun-Sat</td><td>ddd</td></tr> |
|||
<tr><td>Days</td><td>Sunday-Saturday</td><td>dddd</td></tr> |
|||
<tr><td>Years</td><td>00-99</td><td>yy</td></tr> |
|||
<tr><td>Years</td><td>1900-9999</td><td>yyyy</td></tr> |
|||
<tr><td>Hours</td><td>0-23</td><td>h</td></tr> |
|||
<tr><td>Hours</td><td>00-23</td><td>hh</td></tr> |
|||
<tr><td>Minutes</td><td>0-59</td><td>m</td></tr> |
|||
<tr><td>Minutes</td><td>00-59</td><td>mm</td></tr> |
|||
<tr><td>Seconds</td><td>0-59</td><td>s</td></tr> |
|||
<tr><td>Seconds</td><td>00-59</td><td>ss</td></tr> |
|||
<tr><td>Time</td><td>4 AM</td><td>h AM/PM</td></tr> |
|||
<tr><td>Time</td><td>4:36 PM</td><td>h:mm AM/PM</td></tr> |
|||
<tr><td>Time</td><td>4:36:03 P</td><td>h:mm:ss A/P</td></tr> |
|||
<tr><td>Time</td><td>4:36:03.75</td><td>h:mm:ss.00</td></tr> |
|||
<tr><td>Elapsed time</td><td>1:02</td><td>[h]:mm</td></tr> |
|||
<tr><td>Elapsed time</td><td>62:16</td><td>[mm]:ss</td></tr> |
|||
<tr><td>Elapsed time</td><td>3735.80</td><td>[ss].00</td></tr> |
|||
</tbody></table> |
|||
</div> |
|||
|
|||
<h3>Examples</h3> |
|||
|
|||
<div> |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td width="100">To display</td><td width="100">As</td><td width="100">Use this code</td></tr> |
|||
</thead> |
|||
<tbody><tr><td>1234.59</td><td>1234.6</td><td>####.#</td></tr> |
|||
<tr><td>8.9</td><td>8.900</td><td>#.000</td></tr> |
|||
<tr><td>.631</td><td>0.6</td><td>0.#</td></tr> |
|||
<tr><td>12<br/>1234.568</td><td>12.0<br/>1234.57</td><td>#.0#</td></tr> |
|||
<tr> |
|||
<td>44.398<br/>102.65<br/>2.8</td> |
|||
<td> |
|||
<table class="aligntable"> |
|||
<tbody><tr><td align="right">44</td><td align="left">.398</td></tr> |
|||
<tr><td align="right">102</td><td align="left">.65</td></tr> |
|||
<tr><td align="right">2</td><td align="left">.8</td></tr> |
|||
</tbody></table> |
|||
</td> |
|||
<td>???.???</td> |
|||
</tr> |
|||
<tr><td>5.25<br/>5.3</td><td>5 1/4<br/>5 3/10</td><td># ??/??</td></tr> |
|||
<tr><td>12000</td><td>12,000</td><td>#,###</td></tr> |
|||
<tr><td>12000</td><td>12</td><td>#,</td></tr> |
|||
<tr><td>12400000</td><td>12.4</td><td>0.0,,</td></tr> |
|||
</tbody></table> |
|||
</div> |
|||
|
|||
<div class="blinks"> |
|||
<a href="javascript:history.back();">Back</a> |
|||
</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody></table> |
|||
</body></html> |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,131 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
|||
<head> |
|||
<title>LibXL: FilterColumn class reference</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head> |
|||
<body> |
|||
<table id="container" cellspacing="6"> |
|||
<tbody> |
|||
<tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> |
|||
<img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> |
|||
</a> |
|||
<div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span><br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <a href="autoFilter.html">AutoFilter</a> <b>FilterColumn</b> </div> |
|||
|
|||
<h3>FilterColumn class reference</h3> |
|||
|
|||
<ul class="doc"> |
|||
<li> |
|||
<a name="index"></a><span class="keyword">int</span> <span class="fname">index</span>() <span class="keyword">const</span> <div>Returns the zero-based index of this AutoFilter column. |
|||
|
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="filterType"></a>Filter <span class="fname">filterType</span>() <span class="keyword">const</span> <div>Returns the filter type of this AutoFilter column. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr> |
|||
<td>Filter value</td><td>Description</td> |
|||
</tr> |
|||
</thead> |
|||
<tbody><tr><td>FILTER_VALUE</td><td>Filter by specified values.</td></tr> |
|||
<tr><td>FILTER_TOP10</td><td>The top N (percent or number of items) to filter by.</td></tr> |
|||
<tr><td>FILTER_CUSTOM</td><td>Custom filter with specified criteria.</td></tr> |
|||
<tr><td>FILTER_DYNAMIC</td><td>Specifies dynamic filter criteria.</td></tr> |
|||
<tr><td>FILTER_COLOR</td><td>Specifies the color to filter by.</td></tr> |
|||
<tr><td>FILTER_ICON</td><td>Specifies the icon to filter by.</td></tr> |
|||
<tr><td>FILTER_EXT</td><td>Defines flexible storage extensions.</td></tr> |
|||
<tr><td>FILTER_NOT_SET</td><td>No filter.</td></tr> |
|||
</tbody></table> |
|||
|
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="filterSize"></a><span class="keyword">int</span> <span class="fname">filterSize</span>() <span class="keyword">const</span> <div>Returns the number of filter values. |
|||
|
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="filter"></a><span class="keyword">const wchar_t</span>* <span class="fname">filter</span>(<span class="keyword">int</span> index) <span class="keyword">const</span> <div>Returns the filter value by index. |
|||
|
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="addFilter"></a><span class="keyword">void</span> <span class="fname">addFilter</span>(<span class="keyword">const wchar_t</span>* value) <div>Adds the filter value. |
|||
|
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="getTop10"></a><span class="keyword">bool</span> <span class="fname">getTop10</span>(<span class="keyword">double</span>* value, <span class="keyword">bool</span>* top, <span class="keyword">bool</span>* percent) <div>Gets the number of top or bottom items:<br/> |
|||
<i>value</i> - number of items;<br/> |
|||
<i>top</i> - top items if true otherwise bottom items;<br/> |
|||
<i>percent</i> - using percent instead of number items.<br/> |
|||
Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setTop10"></a><span class="keyword">void</span> <span class="fname">setTop10</span>(<span class="keyword">double</span> value, <span class="keyword">bool</span> top = <span class="keyword">true</span>, <span class="keyword">bool</span> percent = <span class="keyword">false</span>) <div>Sets the number of top or bottom items:<br/> |
|||
<i>value</i> - number of items;<br/> |
|||
<i>top</i> - top items if true otherwise bottom items;<br/> |
|||
<i>percent</i> - using percent instead of number items.<br/> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="getCustomFilter"></a><span class="keyword">bool</span> <span class="fname">getCustomFilter</span>(Operator* op1, <span class="keyword">const wchar_t</span>** v1, Operator* op2, <span class="keyword">const wchar_t</span>** v2, <span class="keyword">bool</span>* andOp) <div>Gets the custom filter criteria:<br/> |
|||
<i>op1</i> - operator used by the filter comparison in the first filter criteria;<br/> |
|||
<i>v1</i> - value used in the first filter criteria;<br/> |
|||
<i>op2</i> - operator used by the filter comparison in the second filter criteria;<br/> |
|||
<i>v2</i> - value used in the second filter criteria;<br/> |
|||
<i>andOp</i> - flag indicating whether the two criterias have an "and" relationship. True indicates "and", false indicates "or".<br/> |
|||
Returns false if error. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setCustomFilter"></a><span class="keyword">void</span> <span class="fname">setCustomFilter</span>(Operator op1, <span class="keyword">const wchar_t</span>* v1, Operator op2 = OPERATOR_EQUAL, <span class="keyword">const wchar_t</span>* v2 = 0, <span class="keyword">bool</span> andOp = <span class="keyword">false</span>) <div>Sets the custom filter criteria:<br/> |
|||
<i>op1</i> - operator used by the filter comparison in the first filter criteria;<br/> |
|||
<i>v1</i> - value used in the first filter criteria;<br/> |
|||
<i>op2</i> - operator used by the filter comparison in the second filter criteria;<br/> |
|||
<i>v2</i> - value used in the second filter criteria;<br/> |
|||
<i>andOp</i> - flag indicating whether the two criterias have an "and" relationship. True indicates "and", false indicates "or". |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr> |
|||
<td>Operator value</td><td>Description</td> |
|||
</tr> |
|||
</thead> |
|||
<tbody><tr><td>OPERATOR_EQUAL</td><td>=</td></tr> |
|||
<tr><td>OPERATOR_GREATER_THAN</td><td>></td></tr> |
|||
<tr><td>OPERATOR_GREATER_THAN_OR_EQUAL</td><td>>=</td></tr> |
|||
<tr><td>OPERATOR_LESS_THAN</td><td><</td></tr> |
|||
<tr><td>OPERATOR_LESS_THAN_OR_EQUAL</td><td><=</td></tr> |
|||
<tr><td>OPERATOR_NOT_EQUAL</td><td><></td></tr> |
|||
</tbody></table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="clear"></a><span class="keyword">void</span> <span class="fname">clear</span>() <div>Clear the filter criteria.</div> |
|||
</li> |
|||
|
|||
</ul> |
|||
<div class="blinks"><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <a href="font.html">Font</a> <a href="autoFilter.html">AutoFilter</a> <b>FilterColumn</b> </div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</body> |
|||
</html> |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,118 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
|||
<head> |
|||
<title>LibXL: Font class reference</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head> |
|||
<body> |
|||
<table id="container" cellspacing="6"> |
|||
<tbody> |
|||
<tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> |
|||
<img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /> |
|||
</a> |
|||
<div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span><br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <b>Font</b> <a href="autoFilter.html">AutoFilter</a> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
<h3>Font class reference</h3> |
|||
<ul class="doc"> |
|||
<li> |
|||
<a name="size"></a><span class="keyword">int</span> <span class="fname">size</span>() <span class="keyword">const</span> <div>Returns the size of the font in points.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setSize"></a><span class="keyword">void</span> <span class="fname">setSize</span>(<span class="keyword">int</span> size) <div>Sets the size of the font in points.</div> |
|||
</li> |
|||
<li> |
|||
<a name="italic"></a><span class="keyword">bool</span> <span class="fname">italic</span>() <span class="keyword">const</span> <div>Returns whether the font is italic.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setItalic"></a><span class="keyword">void</span> <span class="fname">setItalic</span>(<span class="keyword">bool</span> italic = <span class="keyword">true</span>) <div>Turns on/off the italic font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="strikeOut"></a><span class="keyword">bool</span> <span class="fname">strikeOut</span>() <span class="keyword">const</span> <div>Returns whether the font is strikeout.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setStrikeOut"></a><span class="keyword">void</span> <span class="fname">setStrikeOut</span>(<span class="keyword">bool</span> strikeOut = <span class="keyword">true</span>) <div>Turns on/off the strikeout font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="color"></a><a href="colors.html">Color</a> <span class="fname">color</span>() <span class="keyword">const</span> <div>Returns the <a href="colors.html">color</a> of the font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setColor"></a><span class="keyword">void</span> <span class="fname">setColor</span>(<a href="colors.html">Color</a> color) <div>Sets the <a href="colors.html">color</a> of the font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="bold"></a><span class="keyword">bool</span> <span class="fname">bold</span>() <span class="keyword">const</span> <div>Returns whether the font is bold.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBold"></a><span class="keyword">void</span> <span class="fname">setBold</span>(<span class="keyword">bool</span> bold = <span class="keyword">true</span>) <div>Turns on/off the bold font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="script"></a>Script <span class="fname">script</span>() <span class="keyword">const</span> |
|||
<div>Returns the script style of the font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setScript"></a><span class="keyword">void</span> <span class="fname">setScript</span>(Script script) |
|||
<div> |
|||
Sets the script style of the font. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td>Script value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>SCRIPT_NORMAL</td><td>TEXT SCRIPT_NORMAL</td></tr> |
|||
<tr><td>SCRIPT_SUPER</td><td>TEXT<sup>SCRIPT_SUPER</sup></td></tr> |
|||
<tr><td>SCRIPT_SUB</td><td>TEXT<sub>SCRIPT_SUB</sub></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="underline"></a>Underline <span class="fname">underline</span>() <span class="keyword">const</span> |
|||
<div>Returns the underline style of the font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setUnderline"></a><span class="keyword">void</span> <span class="fname">setUnderline</span>(Underline underline) |
|||
<div> |
|||
Sets the underline style of the font. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td>Underline value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>UNDERLINE_NONE</td><td style="text-align: center;" width="100"><img src="images/underline_none.png" alt="UNDERLINE_NONE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>UNDERLINE_SINGLE</td><td style="text-align: center;"><img src="images/underline_single.png" alt="UNDERLINE_SINGLE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>UNDERLINE_DOUBLE</td><td style="text-align: center;"><img src="images/underline_double.png" alt="UNDERLINE_DOUBLE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>UNDERLINE_SINGLEACC</td><td style="text-align: center;"><img src="images/underline_singleacc.png" alt="UNDERLINE_SINGLEACC" style="border: medium none ;" /></td></tr> |
|||
<tr><td>UNDERLINE_DOUBLEACC</td><td style="text-align: center;"><img src="images/underline_doubleacc.png" alt="UNDERLINE_DOUBLEACC" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="name"></a><span class="keyword">const wchar_t</span>* <span class="fname">name</span>() <span class="keyword">const</span> <div>Returns the name of the font.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setName"></a><span class="keyword">bool</span> <span class="fname">setName</span>(<span class="keyword">const wchar_t</span>* name) <div>Sets the name of the font. Default name is "Arial".</div> |
|||
</li> |
|||
</ul> |
|||
<div class="blinks"><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <a href="format.html">Format</a> <b>Font</b> <a href="autoFilter.html">AutoFilter</a> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</body> |
|||
</html> |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
@ -0,0 +1,433 @@ |
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
|||
<head> |
|||
<title>LibXL: Format class reference</title> |
|||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15" /> |
|||
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" href="style.css" /> |
|||
</head> |
|||
<body> |
|||
<table id="container" cellspacing="6"> |
|||
<tbody> |
|||
<tr> |
|||
<td id="header"> |
|||
<a href="http://www.libxl.com" title="Home"> <img src="images/logo.png" style="border: medium none ; float: left; margin-left: 2em;" alt="LibXL - direct reading and writing Excel files" /></a> |
|||
<div style="margin-left: 13em; margin-top: 2em;"> |
|||
<span id="title">LibXL</span><br/> |
|||
<div id="subtitle">API reference version 3.8.0</div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td valign="top" width="100%"> |
|||
<div id="content"> |
|||
<div><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <b>Format</b> <a href="font.html">Font</a> <a href="autoFilter.html">AutoFilter</a> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
<h3>Format class reference</h3> |
|||
<ul class="doc"> |
|||
<li style="margin-top: 0px;"> |
|||
<a name="font"></a><a href="font.html">Font</a>* <span class="fname">font</span>() <span class="keyword">const</span> <div>Returns the pointer to the current font. Returns NULL if error occurs. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setFont"></a><span class="keyword">bool</span> <span class="fname">setFont</span>(<a href="font.html">Font</a>* font) <div>Sets the font for the format. To create a new font use <a href="workbook.html#addFont">Book::addFont()</a>. Returns false if error occurs. Get error info with <a href="workbook.html#errorMessage">Book::errorMessage()</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="numFormat"></a><span class="keyword">int</span> <span class="fname">numFormat</span>() <span class="keyword">const</span> <div>Returns the number format identifier.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setNumFormat"></a><span class="keyword">void</span> <span class="fname">setNumFormat</span>(<span class="keyword">int</span> numFormat) |
|||
<div> |
|||
Sets the number format identifier. The identifier must be a valid |
|||
built-in number format identifier or the identifier of a custom number |
|||
format. To create a custom format use <a href="workbook.html#addCustomNumFormat">Book::addCustomNumFormat()</a>. See built-in values in the following table: |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr> |
|||
<td>Constant</td><td>Description</td><td>Example</td> |
|||
</tr> |
|||
</thead> |
|||
<tbody><tr> |
|||
<td>NUMFORMAT_GENERAL</td><td>general format</td><td></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER</td><td>general number</td><td align="right">1000</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_D2</td><td>number with decimal point</td><td align="right">1000.00</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_SEP</td><td>number with thousands separator</td><td align="right">100,000</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_SEP_D2</td><td>number with decimal point and thousands separator</td><td align="right">100,000.00</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CURRENCY_NEGBRA</td><td>monetary value, negative in brackets</td><td align="right">(1000$)</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CURRENCY_NEGBRARED</td><td>monetary value, negative is red in brackets</td><td align="right"><span style="color: red;">(1000$)</span></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CURRENCY_D2_NEGBRA</td><td>monetary value with decimal point, negative in brackets</td><td align="right">($1000.00)</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CURRENCY_D2_NEGBRARED</td><td>monetary value with decimal point, negative is red in brackets</td><td align="right"><span style="color: red;">($1000.00)</span></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_PERCENT</td><td>percent value, multiply the cell value by 100</td><td align="right">75%</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_PERCENT_D2</td><td>percent value with decimal point, multiply the cell value by 100</td><td align="right">75.00%</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_SCIENTIFIC_D2</td><td>scientific value with E character and decimal point</td><td align="right">10.00E+1</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_FRACTION_ONEDIG</td><td>fraction value, one digit</td><td align="right">10 1/2</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_FRACTION_TWODIG</td><td>fraction value, two digits</td><td align="right">10 23/95</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_DATE</td><td>date value, depends on OS settings</td><td align="right">3/11/2009</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_D_MON_YY</td><td>custom date value</td><td align="right">11-Mar-09</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_D_MON</td><td>custom date value</td><td align="right">11-Mar</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_MON_YY</td><td>custom date value</td><td align="right">Mar-09</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_HMM_AM</td><td>custom date value</td><td align="right">8:30 AM</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_HMMSS_AM</td><td>custom date value</td><td align="right">8:30:00 AM</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_HMM</td><td>custom date value</td><td align="right">8:30</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_HMMSS</td><td>custom date value</td><td align="right">8:30:00</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_MDYYYY_HMM</td><td>custom datetime value</td><td align="right">3/11/2009 8:30</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_SEP_NEGBRA</td><td>number with thousands separator, negative in brackets</td><td align="right">(4,000)</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_SEP_NEGBRARED</td><td>number with thousands separator, negative is red in brackets</td><td align="right"><span style="color: red;">(4,000)</span></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_D2_SEP_NEGBRA</td><td>number with thousands separator and decimal point, negative in brackets</td><td align="right">(4,000.00)</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_NUMBER_D2_SEP_NEGBRARED</td><td>number with thousands separator and decimal point, negative is red in brackets</td><td align="right"><span style="color: red;">(4,000.00)</span></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_ACCOUNT</td><td>account value</td><td align="right">5,000</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_ACCOUNTCUR</td><td>account value with currency symbol</td><td style="padding: 0px;"><table width="100%"><tbody><tr><td style="border: 0px none ; padding: 3px;">$</td><td style="border: 0px none ; padding: 3px; text-align: right;">5,000</td></tr></tbody></table></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_ACCOUNT_D2</td><td>account value with decimal point</td><td align="right">5,000.00</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_ACCOUNT_D2_CUR</td><td>account value with currency symbol and decimal point</td><td style="padding: 0px;"><table width="100%"><tbody><tr><td style="border: 0px none ; padding: 3px;">$</td><td style="border: 0px none ; padding: 3px; text-align: right;">5,000.00</td></tr></tbody></table></td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_MMSS</td><td>custom time value</td><td align="right">30:55</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_H0MMSS</td><td>custom time value</td><td align="right">20:30:55</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_MMSS0</td><td>custom time value</td><td align="right">30:55.0</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_CUSTOM_000P0E_PLUS0</td><td>custom value</td><td align="right">15.2E+3</td> |
|||
</tr> |
|||
<tr> |
|||
<td>NUMFORMAT_TEXT</td><td>text value</td><td>any text</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="alignH"></a>AlignH <span class="fname">alignH</span>() <span class="keyword">const</span> |
|||
<div>Returns the horizontal alignment.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setAlignH"></a><span class="keyword">void</span> <span class="fname">setAlignH</span>(AlignH align) |
|||
<div> |
|||
Sets the horizontal alignment. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td width="140">AlignH value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>ALIGNH_GENERAL</td><td><img src="images/alignh_general.png" alt="ALIGNH_GENERAL" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_LEFT</td><td><img src="images/alignh_left.png" alt="ALIGNH_LEFT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_CENTER</td><td><img src="images/alignh_center.png" alt="ALIGNH_CENTER" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_RIGHT</td><td><img src="images/alignh_right.png" alt="ALIGNH_RIGHT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_FILL</td><td><img src="images/alignh_fill.png" alt="ALIGNH_FILL" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_JUSTIFY</td><td><img src="images/alignh_justify.png" alt="ALIGNH_JUSTIFY" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_MERGE</td><td><img src="images/alignh_merge.png" alt="ALIGNH_MERGE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNH_DISTRIBUTED</td><td><img src="images/alignh_distributed.png" alt="ALIGNH_DISTRIBUTED" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="alignV"></a>AlignV <span class="fname">alignV</span>() <span class="keyword">const</span> |
|||
<div>Returns the vertical alignment.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setAlignV"></a><span class="keyword">void</span> <span class="fname">setAlignV</span>(AlignV align) |
|||
<div> |
|||
Sets the vertical alignment. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td width="140">AlignV value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>ALIGNV_TOP</td><td><img src="images/alignv_top.png" alt="ALIGNV_TOP" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNV_CENTER</td><td><img src="images/alignv_center.png" alt="ALIGNV_CENTER" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNV_BOTTOM</td><td><img src="images/alignv_bottom.png" alt="ALIGNV_BOTTOM" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNV_JUSTIFY</td><td><img src="images/alignv_justify.png" alt="ALIGNV_JUSTIFY" style="border: medium none ;" /></td></tr> |
|||
<tr><td>ALIGNV_DISTRIBUTED</td><td><img src="images/alignv_distributed.png" alt="ALIGNV_DISTRIBUTED" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="wrap"></a>bool <span class="fname">wrap</span>() <span class="keyword">const</span> <div>Returns whether the cell text is wrapped.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setWrap"></a><span class="keyword">void</span> <span class="fname">setWrap</span>(<span class="keyword">bool</span> wrap = <span class="keyword">true</span>) <div>Sets the flag whether the cell text is wrapped.</div> |
|||
</li> |
|||
<li> |
|||
<a name="rotation"></a><span class="keyword">int</span> <span class="fname">rotation</span>() <span class="keyword">const</span> |
|||
<div>Returns the text rotation.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setRotation"></a><span class="keyword">bool</span> <span class="fname">setRotation</span>(<span class="keyword">int</span> rotation) |
|||
<div> |
|||
Sets the text rotation. Must be a value from the following table: |
|||
<table class="helptable" style="margin-top: 8px;"> |
|||
<thead> |
|||
<tr><td>Value</td><td>Meaning</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>0 - 90</td><td>Text rotated counterclockwise 0 to 90 degrees</td></tr> |
|||
<tr><td>91 - 180</td><td>Text rotated clockwise 1 to 90 degrees</td></tr> |
|||
<tr><td>255</td><td>Vertical text</td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="indent"></a><span class="keyword">int</span> <span class="fname">indent</span>() <span class="keyword">const</span> <div>Returns the text indentation level.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setIndent"></a><span class="keyword">void</span> <span class="fname">setIndent</span>(<span class="keyword">int</span> indent) <div>Sets the text indentation level. Must be less than or equal to 15.</div> |
|||
</li> |
|||
<li> |
|||
<a name="shrinkToFit"></a><span class="keyword">bool</span> <span class="fname">shrinkToFit</span>() <span class="keyword">const</span> <div>Returns whether the cell is shrink-to-fit.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setShrinkToFit"></a><span class="keyword">void</span> <span class="fname">setShrinkToFit</span>(<span class="keyword">bool</span> shrinkToFit = <span class="keyword">true</span>) <div>Sets the flag whether the cell is shrink-to-fit.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorder"></a><span class="keyword">void</span> <span class="fname">setBorder</span>(BorderStyle style = BORDERSTYLE_THIN) |
|||
<div> |
|||
Sets the border style. |
|||
<a name="borderStyleTable"></a> |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td>BorderStyle value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>BORDERSTYLE_NONE</td><td><img src="images/borderstyle_none.png" alt="BORDERSTYLE_NONE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_THIN</td><td><img src="images/borderstyle_thin.png" alt="BORDERSTYLE_THIN" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_MEDIUM</td><td><img src="images/borderstyle_medium.png" alt="BORDERSTYLE_MEDIUM" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_DASHED</td><td><img src="images/borderstyle_dashed.png" alt="BORDERSTYLE_DASHED" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_DOTTED</td><td><img src="images/borderstyle_dotted.png" alt="BORDERSTYLE_DOTTED" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_THICK</td><td><img src="images/borderstyle_thick.png" alt="BORDERSTYLE_THICK" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_DOUBLE</td><td><img src="images/borderstyle_double.png" alt="BORDERSTYLE_DOUBLE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_HAIR</td><td><img src="images/borderstyle_hair.png" alt="BORDERSTYLE_HAIR" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_MEDIUMDASHED</td><td><img src="images/borderstyle_mediumdashed.png" alt="BORDERSTYLE_MEDIUMDASHED" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_DASHDOT</td><td><img src="images/borderstyle_dashdot.png" alt="BORDERSTYLE_DASHDOT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_MEDIUMDASHDOT</td><td><img src="images/borderstyle_mediumdashdot.png" alt="BORDERSTYLE_MEDIUMDASHDOT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_DASHDOTDOT</td><td><img src="images/borderstyle_dashdotdot.png" alt="BORDERSTYLE_DASHDOTDOT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_MEDIUMDASHDOTDOT</td><td><img src="images/borderstyle_mediumdashdotdot.png" alt="BORDERSTYLE_MEDIUMDASHDOTDOT" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERSTYLE_SLANTDASHDOT</td><td><img src="images/borderstyle_slantdashdot.png" alt="BORDERSTYLE_SLANTDASHDOT" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderColor"></a><span class="keyword">void</span> <span class="fname">setBorderColor</span>(<a href="colors.html">Color</a> color) <div>Sets the border <a href="colors.html">color</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderLeft"></a><a href="#borderStyleTable">BorderStyle</a> <span class="fname">borderLeft</span>() <span class="keyword">const</span> <div>Returns the left <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderLeft"></a><span class="keyword">void</span> <span class="fname">setBorderLeft</span>(<a href="#borderStyleTable">BorderStyle</a> style = BORDERSTYLE_THIN) <div>Sets the left <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderRight"></a><a href="#borderStyleTable">BorderStyle</a> <span class="fname">borderRight</span>() <span class="keyword">const</span> <div>Returns the right <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderRight"></a><span class="keyword">void</span> <span class="fname">setBorderRight</span>(<a href="#borderStyleTable">BorderStyle</a> style = BORDERSTYLE_THIN) <div>Sets the right <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderTop"></a><a href="#borderStyleTable">BorderStyle</a> <span class="fname">borderTop</span>() <span class="keyword">const</span> <div>Returns the top <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderTop"></a><span class="keyword">void</span> <span class="fname">setBorderTop</span>(<a href="#borderStyleTable">BorderStyle</a> style = BORDERSTYLE_THIN) <div>Sets the top <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderBottom"></a><a href="#borderStyleTable">BorderStyle</a> <span class="fname">borderBottom</span>() <span class="keyword">const</span> <div>Returns the bottom <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderBottom"></a><span class="keyword">void</span> <span class="fname">setBorderBottom</span>(<a href="#borderStyleTable">BorderStyle</a> style = BORDERSTYLE_THIN) <div>Sets the bottom <a href="#borderStyleTable">border style</a>.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderLeftColor"></a><a href="colors.html">Color</a> <span class="fname">borderLeftColor</span>() <span class="keyword">const</span> <div>Returns the <a href="colors.html">color</a> of the left border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderLeftColor"></a><span class="keyword">void</span> <span class="fname">setBorderLeftColor</span>(<a href="colors.html">Color</a> color) <div>Sets the <a href="colors.html">color</a> of the left border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderRightColor"></a><a href="colors.html">Color</a> <span class="fname">borderRightColor</span>() <span class="keyword">const</span> <div>Returns the <a href="colors.html">color</a> of the right border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderRightColor"></a><span class="keyword">void</span> <span class="fname">setBorderRightColor</span>(<a href="colors.html">Color</a> color) <div>Sets the <a href="colors.html">color</a> of the right border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderTopColor"></a><a href="colors.html">Color</a> <span class="fname">borderTopColor</span>() <span class="keyword">const</span> <div>Returns the <a href="colors.html">color</a> of the top border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderTopColor"></a><span class="keyword">void</span> <span class="fname">setBorderTopColor</span>(<a href="colors.html">Color</a> color) <div>Sets the <a href="colors.html">color</a> of the top border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderBottomColor"></a><a href="colors.html">Color</a> <span class="fname">borderBottomColor</span>() <span class="keyword">const</span> <div>Returns the <a href="colors.html">color</a> of the bottom border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderBottomColor"></a><span class="keyword">void</span> <span class="fname">setBorderBottomColor</span>(<a href="colors.html">Color</a> color) <div>Sets the <a href="colors.html">color</a> of the bottom border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderDiagonal"></a>BorderDiagonal <span class="fname">borderDiagonal</span>() <span class="keyword">const</span> |
|||
<div>Returns the diagonal border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderDiagonal"></a><span class="keyword">void</span> <span class="fname">setBorderDiagonal</span>(BorderDiagonal border) |
|||
<div> |
|||
Sets the diagonal border. |
|||
<a name="borderDiagonalTable"></a> |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td>BorderDiagonal value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>BORDERDIAGONAL_NONE</td><td><img src="images/borderdiagonal_none.png" alt="BORDERDIAGONAL_NONE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERDIAGONAL_DOWN</td><td><img src="images/borderdiagonal_down.png" alt="BORDERDIAGONAL_DOWN" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERDIAGONAL_UP</td><td><img src="images/borderdiagonal_up.png" alt="BORDERDIAGONAL_UP" style="border: medium none ;" /></td></tr> |
|||
<tr><td>BORDERDIAGONAL_BOTH</td><td><img src="images/borderdiagonal_both.png" alt="BORDERDIAGONAL_BOTH" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderDiagonalStyle"></a><a href="#borderStyleTable">BorderStyle</a> <span class="fname">borderDiagonalStyle</span>() <span class="keyword">const</span> <div>Returns the <a href="#borderStyleTable">style</a> of the diagonal border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderDiagonalStyle"></a><span class="keyword">void</span> <span class="fname">setBorderDiagonalStyle</span>(<a href="#borderStyleTable">BorderStyle</a> style) |
|||
<div>Sets the <a href="#borderStyleTable">style</a> of the diagonal border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="borderDiagonalColor"></a><a href="colors.html">Color</a> <span class="fname">borderDiagonalColor</span>() <span class="keyword">const</span> |
|||
<div>Returns the <a href="colors.html">color</a> of the diagonal border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setBorderDiagonalColor"></a><span class="keyword">void</span> <span class="fname">setBorderDiagonalColor</span>(<a href="colors.html">Color</a> color) |
|||
<div>Sets the <a href="colors.html">color</a> of the diagonal border.</div> |
|||
</li> |
|||
<li> |
|||
<a name="fillPattern"></a>FillPattern <span class="fname">fillPattern</span>() <span class="keyword">const</span> |
|||
<div>Returns the fill pattern.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setFillPattern"></a><span class="keyword">void</span> <span class="fname">setFillPattern</span>(FillPattern pattern) |
|||
<div> |
|||
Sets the fill pattern. |
|||
<table class="helptable"> |
|||
<thead> |
|||
<tr><td>FillPattern value</td><td>View</td></tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr><td>FILLPATTERN_NONE</td><td></td></tr> |
|||
<tr><td>FILLPATTERN_SOLID</td><td><img src="images/pattern_solid.png" alt="FILLPATTERN_SOLID" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_GRAY50</td><td><img src="images/pattern_gray50.png" alt="FILLPATTERN_GRAY50" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_GRAY75</td><td><img src="images/pattern_gray75.png" alt="FILLPATTERN_GRAY75" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_GRAY25</td><td><img src="images/pattern_gray25.png" alt="FILLPATTERN_GRAY25" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_HORSTRIPE</td><td><img src="images/pattern_horstripe.png" alt="FILLPATTERN_HORSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_VERSTRIPE</td><td><img src="images/pattern_verstripe.png" alt="FILLPATTERN_VERSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_REVDIAGSTRIPE</td><td><img src="images/pattern_revdiagstripe.png" alt="FILLPATTERN_REVDIAGSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_DIAGSTIPE</td><td><img src="images/pattern_diagstripe.png" alt="FILLPATTERN_DIAGSTIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_DIAGCROSSHATCH</td><td><img src="images/pattern_diagcrosshatch.png" alt="FILLPATTERN_DIAGCROSSHATCH" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THICKDIAGCROSSHATCH</td><td><img src="images/pattern_thickdiagcrosshatch.png" alt="FILLPATTERN_THICKDIAGCROSSHATCH" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINHORSTRIPE</td><td><img src="images/pattern_thinhorstripe.png" alt="FILLPATTERN_THINHORSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINVERSTRIPE</td><td><img src="images/pattern_thinverstripe.png" alt="FILLPATTERN_THINVERSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINREVDIAGSTRIPE</td><td><img src="images/pattern_thinrevdiagstripe.png" alt="FILLPATTERN_THINREVDIAGSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINDIAGSTRIPE</td><td><img src="images/pattern_thindiagstripe.png" alt="FILLPATTERN_THINDIAGSTRIPE" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINHORCROSSHATCH</td><td><img src="images/pattern_thinhorcrosshatch.png" alt="FILLPATTERN_THINHORCROSSHATCH" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_THINDIAGCROSSHATCH</td><td><img src="images/pattern_thindiagcrosshatch.png" alt="FILLPATTERN_THINDIAGCROSSHATCH" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_GRAY12P5</td><td><img src="images/pattern_gray12p5.png" alt="FILLPATTERN_GRAY12P5" style="border: medium none ;" /></td></tr> |
|||
<tr><td>FILLPATTERN_GRAY6P25</td><td><img src="images/pattern_gray6p25.png" alt="FILLPATTERN_GRAY6P25" style="border: medium none ;" /></td></tr> |
|||
</tbody> |
|||
</table> |
|||
</div> |
|||
</li> |
|||
<li> |
|||
<a name="patternForegroundColor"></a><a href="colors.html">Color</a> <span class="fname">patternForegroundColor</span>() <span class="keyword">const</span> <div>Returns the foreground <a href="colors.html">color</a> of the fill pattern.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setPatternForegroundColor"></a><span class="keyword">void</span> <span class="fname">setPatternForegroundColor</span>(<a href="colors.html">Color</a> color) <div>Sets the foreground <a href="colors.html">color</a> of the fill pattern.</div> |
|||
</li> |
|||
<li> |
|||
<a name="patternBackgroundColor"></a><a href="colors.html">Color</a> <span class="fname">patternBackgroundColor</span>() <span class="keyword">const</span> <div>Returns the background <a href="colors.html">color</a> of the fill pattern.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setPatternBackgroundColor"></a><span class="keyword">void</span> <span class="fname">setPatternBackgroundColor</span>(<a href="colors.html">Color</a> color) <div>Sets the background <a href="colors.html">color</a> of the fill pattern.</div> |
|||
</li> |
|||
<li> |
|||
<a name="locked"></a><span class="keyword">bool</span> <span class="fname">locked</span>() <span class="keyword">const</span> <div>Returns whether the locked protection property is set to true.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setLocked"></a><span class="keyword">void</span> <span class="fname">setLocked</span>(<span class="keyword">bool</span> locked = <span class="keyword">true</span>) <div>Sets the locked protection property.</div> |
|||
</li> |
|||
<li> |
|||
<a name="hidden"></a><span class="keyword">bool</span> <span class="fname">hidden</span>() <span class="keyword">const</span> <div>Returns whether the hidden protection property is set to true.</div> |
|||
</li> |
|||
<li> |
|||
<a name="setHidden"></a><span class="keyword">void</span> <span class="fname">setHidden</span>(<span class="keyword">bool</span> hidden = <span class="keyword">true</span>) <div>Sets the hidden protection property.</div> |
|||
</li> |
|||
</ul> |
|||
<div class="blinks"><a href="index.html">Index</a> <a href="workbook.html">Book</a> <a href="spreadsheet.html">Sheet</a> <b>Format</b> <a href="font.html">Font</a> <a href="autoFilter.html">AutoFilter</a> <a href="filterColumn.html">FilterColumn</a> </div> |
|||
</div> |
|||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td id="footer">© 2008 - 2017 XLware. All rights reserved.</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
</body> |
|||
</html> |
|||
|
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 980 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 959 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1021 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 923 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 837 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 801 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 816 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 891 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 933 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 894 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 819 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 824 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 811 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 824 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 964 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 958 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 833 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 808 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 825 B |
@ -0,0 +1,2 @@ |
|||
[ZoneTransfer] |
|||
ZoneId=3 |
After Width: | Height: | Size: 1.4 KiB |