Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.3 KB

calendar-cell-shape-data-section.md

File metadata and controls

36 lines (26 loc) · 1.3 KB
title manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid description
Calendar Cell (Shape Data Section)
lindalu
03/09/2015
Developer
reference
vis_sdr.chm60027
medium
f5dcc6d9-474a-9ecb-21f5-56415d934890
Determines the calendar that is used for shape data when the data type is Date.

Calendar Cell (Shape Data Section)

Determines the calendar that is used for shape data when the data type is Date.

Remarks

The possible values are: 0 (Western), 1 (Arabic Hijri), 2 (Hebrew Lunar), 3 (Taiwan Calendar), 4 (Japanese Emperor Reign), 5 (Thai Buddhist), 6 (Korean Danki), 7 (Saka Era), 8 (English transliterated), and 9 (French transliterated ).

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

Value
Cell name:
Prop. name .Calendar where Prop. name is the row name

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

Value
Section index:
visSectionProp
Row index:
visRowProp + i where i = 0, 1, 2...
Cell index:
visCustPropsCalendar