[ TAG 788 ][18.05.2023] -Erfolgreich -BNKTRS -Google Code -Objekt und Methodenliste
Blogbeitrag: [ TAG 786 ][16.05.2023]
- [Range]
- [https://developers.google.com/apps-script/reference/spreadsheet/range?hl=de]
Getter der Range-Class
- Formatierung von Zellen
- Background
- [ getBackground() ]
- [ getBackgroundObject() ]
- [ getBackgroundObjects() ]
- [ getBackgrounds() ]
- Border
- []
- FontColor
- [ getFontColorObject() ]
- [ getFontColorObjects() ]
- FontFamilies
- [ getFontFamilies() ]
- [ getFontFamily() ]
- FontLine
- [ getFontLine() ]
- [ getFontLines() ]
- FontSize
- [ getFontSize() ]
- [ getFontSizes() ]
- FontStyle
- [ getFontStyle() ]
- [ getFontStyles() ]
- FontWeight
- [ getFontWeight() ]
- [ getFontWeights() ]
- HorizontalAlignment
- [ getHorizontalAlignment() ]
- [ getHorizontalAlignments() ]
- NumberFormat
- [ getNumberFormat() ]
- [ getNumberFormats() ]
- TextStyle
- [ getTextStyle() ]
- [ getTextStyles() ]
- Wrap
- [ getWrap() ]
- [ getWrapStrategies() ]
- [ getWrapStrategy() ]
- [ getWraps() ]
- Zellenwerte
- Formula
- [ getFormula() ]
- [ getFormulaR1C1() ]
- [ getFormulas() ]
- [ getFormulasR1C1() ]
- Note // Notizen
- [ getNote() ]
- [ getNotes() ]
- RichText
- [ getRichTextValue() ]
- [ getRichTextValues() ]
- Value
- [ getValue() ]
- [ getValues() ]
- [ getDisplayValue() ]
- [ getDisplayValues() ]
- Range-Informationen
- Anzahl ausgewählter Spalten und Zeilen
- [ getWidth() ]
- [ getHeight() ]
- [ getNumColumns() ]
- [ getNumRows() ]
- Letzte Spalte und Zeile
- [ getLastColumn() ]
- [ getLastRow() ]
- Range-Koordinaten
- [ getA1Notation() ]
- [ getCell(row, column) ]
- [ getColumn() ]
- [ getRow() ]
- [ getRowIndex() ]
Setter der Range-Class
- Formatierung von Zellen
- Background
- [ setBackground(color) ]
- [ setBackgroundObject(color) ]
- [ setBackgroundObjects(color) ]
- [ setBackgroundRGB(red, green, blue) ]
- [ setBackgrounds(color) ]
- Border
- [ setBorder(top, left, bottom, right, vertical, horizontal) ]
- [ setBorder(top, left, bottom, right, vertical, horizontal, color, style) ]
- [ BorderStyle-Klasse ]
- FontColor
- [ setFontColor(color) ]
- [ setFontColorObject(color) ]
- [ setFontColorObjects(colors) ]
- [ setFontColors(colors) ]
- FontFamilies
- [ setFontFamilies(fontFamilies) ]
- [ setFontFamily(fontFamily) ]
- FontLine
- [ setFontLine(fontLine) ]
- [ setFontLines(fontLines) ]
- FontSize
- [ setFontSize(size) ]
- [ setFontSizes(sizes) ]
- FontStyle
- [ setFontStyle(fontStyle) ]
- [ setFontStyles(fontStyles) ]
- FontWeight
- [ setFontWeight(fontWeight) ]
- [ setFontWeights(fontWeights) ]
- HorizontalAlignment
- [ setHorizontalAlignment(alignment) ]
- [ setHorizontalAlignments(alignments) ]
- NumberFormat
- [ setNumberFormat(numberFormat) ]
- [ setNumberFormats(numberFormats) ]
- [ Datums- und Zahlenformate ]
- TextStyle
- [ setTextStyle(style) ]
- [ setTextStyles(styles) ]
- [ Class TextStyle ]
- Zellenwerte
- Formula
- [ setFormula(formula) ]
- [ setFormulaR1C1(formula) ]
- [ setFormulas(formulas) ]
- [ setFormulasR1C1(formulas) ]
- Note // Notizen
- [ setNote(note) ]
- [ setNotes(notes) ]
- RichText
- [ setRichTextValue(value) ]
- [ setRichTextValues(values) ]
- [ Class RichTextValue ]
- Value
- [ setValue(value) ]
- [ setValues(values) ]
Weitere Operationen
- [ getSheet() ]
- Gruppen-Operationen
- [ collapseGroups() ]
- [ expandGroups() ]
- [ shiftColumnGroupDepth(delta) ]
- [ shiftRowGroupDepth(delta) ]
- Clear-Operationen
- [ clear() ]
- [ clear(options) ]
- [ clearContent() ]
- [ clearDataValidations() ]
- [ clearFormat() ]
- [ clearNote() ]
Kommentare
Kommentar veröffentlichen