4D View v14PV GOTO NEXT CELL |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
PV GOTO NEXT CELL
|
PV GOTO NEXT CELL ( Bereich ; Ausrichtung ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
Bereich | Lange Ganzzahl |
![]() |
4D View Bereich | |||||
Ausrichtung | Ganzzahl |
![]() |
Konstante für Richtung | |||||
Der Befehl PV GOTO NEXT CELL bestimmt die nächste Zelle mit dem Parameter Richtung als die aktuelle Zelle.
Den Parameter Richtung definieren Sie mit einer Konstanten unter dem Thema PV Richtung:
Konstante | Typ | Wert |
pv to the bottom | Lange Ganzzahl | 1 |
pv to the left | Lange Ganzzahl | 2 |
pv to the right | Lange Ganzzahl | 0 |
pv to the top | Lange Ganzzahl | 3 |
Wir gehen von einer Tabellenkalkulation aus, in der die Zelle mit der Gesamtsumme der Rechnung in Fettschrift erscheinen soll:
C_LONGINT(Column;Row) `Koordinaten der aktuellen Zelle
PV FIND ALL(Bereich;"Gesamtsumme";1;0) `Finde Zelle mit "Gesamtsumme"
PV GOTO NEXT CELL(Bereich;pv to the right) `Zelle mit der Summe
PV GET CURRENT CELL(Bereich;$Column;$Row) `Erhalte Koordinaten
`Setze gewählte Zelle in Fettschrift
PV SET CELL PROPERTY(Bereich;$Column;$Row;pv style text bold;pv value on)
Produkt: 4D View
Thema: PV Aktuelle Zelle
Nummer:
15930
Erstellt: 4D View 6.8
PV GET CURRENT CELL
PV GOTO CELL
4D View Programmiersprache ( 4D View v11.4)
4D View Programmiersprache ( 4D View v12)
4D View Programmiersprache ( 4D View v14)
4D View Programmiersprache ( 4D v13)
4D View Programmiersprache ( 4D View v14 R2)
4D View Programmiersprache ( 4D View v14 R3)
4D View Programmiersprache ( 4D View v14 R4)