GRID_ROW_HEIGHT(N)

RETOURNE LA HAUTEUR DES LIGNES DU GRID NUMÉRO N



ACTION

La fonction GRID_ROW_HEIGHT(N) retourne la hauteur en pixels des lignes de l'objet système GRID numéro N.

Remarque: par défaut, un GRID est créé avec des lignes de hauteur 24 pixels.


SYNTAXE : Resultat=GRID_ROW_HEIGHT(N)


UTILISATION


ERREUR


EXEMPLE

' crée un GRID avec sa position et ses dimensions par défaut

grid 1

' afficher la hauteur de ses lignes

caption 0,str$(grid_row_height(1))


EN RAPPORT

GRID

GRID_CLEAR

GRID_COLUMN

GRID_COLUMN()

GRID_COLUMN_DELETE

GRID_COLUMN_FIXED

GRID_COLUMN_FIXED()

GRID_COLUMN_INSERT

GRID_COLUMN_SIZING_OFF

GRID_COLUMN_SIZING_ON

GRID_COLUMN_WIDTH

GRID_COLUMN_WIDTH()

GRID_FIXED_COLOR

GRID_LOAD

GRID_ONE_COLUMN_WIDTH

GRID_ONE_COLUMN_WIDTH()

GRID_ONE_ROW_HEIGHT

GRID_ONE_ROW_HEIGHT()

GRID_READ$()

GRID_ROW

GRID_ROW()

GRID_ROW_DELETE

GRID_ROW_FIXED

GRID_ROW_FIXED()

GRID_ROW_HEIGHT

GRID_ROW_INSERT

GRID_ROW_SIZING_OFF

GRID_ROW_SIZING_ON

GRID_SAVE

GRID_WRITE

GRID_X_TO_COLUMN()

GRID_Y_TO_ROW()


Content created by Jack. Updated March 07, 2025