Qt 0.3
Worksheet
Qt 0.3.0 Reference Documentation
List of All Members for Worksheet
This is the complete list of members for
Worksheet
, including inherited members.
enum
SheetState
enum
SheetType
~Worksheet
()
addConditionalFormatting
(const ConditionalFormatting &) : bool
addDataValidation
(const DataValidation &) : bool
cellAt
(const CellReference &) const : Cell *
cellAt
(int, int) const : Cell *
columnFormat
(int) : Format
columnWidth
(int) : double
copy
(const QString &, int) const : AbstractSheet *
dimension
() const : CellRange
groupColumns
(int, int, bool) : bool
groupColumns
(const CellRange &, bool) : bool
groupRows
(int, int, bool) : bool
insertChart
(int, int, const QSize &) : Chart *
insertImage
(int, int, const QImage &) : bool
isColumnHidden
(int) : bool
isFormulasVisible
() const : bool
isGridLinesVisible
() const : bool
isHidden
() const : bool
isOutlineSymbolsVisible
() const : bool
isRightToLeft
() const : bool
isRowColumnHeadersVisible
() const : bool
isRowHidden
(int) : bool
isRulerVisible
() const : bool
isSelected
() const : bool
isVisible
() const : bool
isWhiteSpaceVisible
() const : bool
isWindowProtected
() const : bool
isZerosVisible
() const : bool
mergeCells
(const CellRange &, const Format &) : bool
mergedCells
() const : QList<CellRange>
read
(int, int) const : QVariant
read
(const CellReference &) const : QVariant
rowFormat
(int) : Format
rowHeight
(int) : double
setColumnFormat
(const CellRange &, const Format &) : bool
setColumnFormat
(int, int, const Format &) : bool
setColumnHidden
(const CellRange &, bool) : bool
setColumnHidden
(int, int, bool) : bool
setColumnWidth
(const CellRange &, double) : bool
setColumnWidth
(int, int, double) : bool
setFormulasVisible
(bool)
setGridLinesVisible
(bool)
setHidden
(bool)
setOutlineSymbolsVisible
(bool)
setRightToLeft
(bool)
setRowColumnHeadersVisible
(bool)
setRowFormat
(int, int, const Format &) : bool
setRowHeight
(int, int, double) : bool
setRowHidden
(int, int, bool) : bool
setRulerVisible
(bool)
setSelected
(bool)
setSheetState
(SheetState)
setVisible
(bool)
setWhiteSpaceVisible
(bool)
setWindowProtected
(bool)
setZerosVisible
(bool)
sheetName
() const : QString
sheetState
() const : SheetState
sheetType
() const : SheetType
unmergeCells
(const CellRange &) : bool
workbook
() const : Workbook *
write
(int, int, const QVariant &, const Format &) : bool
write
(const CellReference &, const QVariant &, const Format &) : bool
writeBlank
(int, int, const Format &) : bool
writeBlank
(const CellReference &, const Format &) : bool
writeBool
(int, int, bool, const Format &) : bool
writeBool
(const CellReference &, bool, const Format &) : bool
writeDateTime
(int, int, const QDateTime &, const Format &) : bool
writeDateTime
(const CellReference &, const QDateTime &, const Format &) : bool
writeFormula
(int, int, const CellFormula &, const Format &, double) : bool
writeFormula
(const CellReference &, const CellFormula &, const Format &, double) : bool
writeHyperlink
(int, int, const QUrl &, const Format &, const QString &, const QString &) : bool
writeHyperlink
(const CellReference &, const QUrl &, const Format &, const QString &, const QString &) : bool
writeInlineString
(int, int, const QString &, const Format &) : bool
writeInlineString
(const CellReference &, const QString &, const Format &) : bool
writeNumeric
(int, int, double, const Format &) : bool
writeNumeric
(const CellReference &, double, const Format &) : bool
writeString
(int, int, const RichString &, const Format &) : bool
writeString
(const CellReference &, const RichString &, const Format &) : bool
writeString
(const CellReference &, const QString &, const Format &) : bool
writeString
(int, int, const QString &, const Format &) : bool
writeTime
(int, int, const QTime &, const Format &) : bool
writeTime
(const CellReference &, const QTime &, const Format &) : bool