Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.19 KB

Access.TextBox.GridlineThemeColorIndex.md

File metadata and controls

52 lines (35 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TextBox.GridlineThemeColorIndex property (Access)
vbaac10.chm14635
vbaac10.chm14635
Access.TextBox.GridlineThemeColorIndex
2c67d4b5-47d6-5430-cac0-bc05c3151305
02/14/2019
medium

TextBox.GridlineThemeColorIndex property (Access)

Gets or sets the theme color index that represents a color in the applied color theme associated with the GridlineColor property of the specified object. Read/write Long.

Syntax

expression.GridlineThemeColorIndex

expression A variable that represents a TextBox object.

Remarks

The GridlineThemeColorIndex property uses one of the values listed in the following table.

Value Description
0 Text 1
1 (Default) Background 1
2 Text 2
3 Background 2
4 Accent 1
5 Accent 2
6 Accent 3
7 Accent 4
8 Accent 5
9 Accent 6
10 Hyperlink
11 Followed Hyperlink

If no theme is applied, the GridlineThemeColorIndex property contains -1.

This property is not surfaced in the property sheet.

[!includeSupport and feedback]