ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The GridlinesVisible property is used to:
  • Determine whether or not gridlines are visible in a control.
  • Show or hide gridlines in a control.
This property is available:
  • for Spreadsheet controls:
    • WINDEV in a window.
    • in a report.
  • for Diagram Editor controls.
Example
// [Gridlines hidden] button
PSHEET_SpreadsheetControl.GridlinesVisible = False
// Le champ Interrupteur INT_Options propose les options suivantes: 
// Bibliothèque
// Styles
// Barre d'outils
// Grille
EDIAG_Diagramme.PanneauBibliothèqueVisible = INT_Options[1]
EDIAG_Diagramme.PanneauModifieurVisible = INT_Options[2]
EDIAG_Diagramme.BarreOutilsVisible = INT_Options[3]
EDIAG_Diagramme.QuadrillageVisible = INT_Options[4]
Syntax

Determining if gridlines are visible in a Spreadsheet control Hide the details

<Result> = <Control used>.GridlinesVisible
<Result>: Boolean
  • True if gridlines are visible in the control,
  • False otherwise.
<Control used>: Control name
Name of the control used. This control can be:
  • WINDEV a Spreadsheet control in a window,
  • a Spreadsheet control in a report.
  • a Diagram Editor item on a page or window.

Showing or hiding gridlines in a Spreadsheet control Hide the details

<Control used>.GridlinesVisible = <Visibility>
<Control used>: Control name
Name of the control used. This control can be:
  • WINDEV a Spreadsheet control in a window,
  • a Spreadsheet control in a report.
  • a Diagram Editor item on a page or window.
<Visibility>: Boolean
  • True if the gridlines must be visible in the Spreadsheet control,
  • False otherwise.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help