Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.27 KB

font-cell-character-section.md

File metadata and controls

38 lines (25 loc) · 1.27 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
Font Cell (Character Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm390
medium
935760a9-307e-90bc-c301-d04283d97427
Represents the number of the font used to format the text. Font numbers vary according to the fonts installed on your system. The number 0 represents the default font, which is typically Arial.

Font Cell (Character Section)

Represents the number of the font used to format the text. Font numbers vary according to the fonts installed on your system. The number 0 represents the default font, which is typically Arial.

Remarks

To get a reference to the Font cell by name from another formula, or from a program using the CellsU property, use:

Value
Cell name:
Char.Font[ i ] where i = <1>, 2, 3...

To get a reference to the Font cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionCharacter
Row index:
visRowCharacter + i where i = 0, 1, 2...
Cell index:
visCharacterFont