NotesViewColumn
Properties
| Name | Description |
|---|---|
| Alignment (NotesViewColumn) | Read-write. The alignment (justification) of data in a column. |
| DateFmt | Read-write. The specific format of date data in a column. |
| FontColor | Read-write. The font color of data in a column. |
| FontFace | Read-write. The font face of data in a column. |
| FontPointSize | Read-write. The font point size of data in a column. |
| FontStyle | Read-write. The font style of data in a column. |
| Formula (NotesViewColumn) | Read-write. The formula for a column that is based on a simple function or a formula. |
| HeaderAlignment | Read-write. The alignment (justification) of the header in a column. |
| HeaderFontColor | Read-write. The font color of the header in a column. |
| HeaderFontFace | Read-write. The font face of the header in a column. |
| HeaderFontPointSize | Read-write. The font point size of the header in a column. |
| HeaderFontStyle | Read-write. The font style of the header in a column. |
| IsCaseSensitiveSort | Read-write. Indicates whether an auto-sorted column is sorted with regard to case. |
| IsCategory (NotesViewColumn) | Read-only. Indicates whether a column is categorized. |
| IsField | Read-only. Indicates whether a column value is based on a field value. |
| IsFontBold | Read-write. Indicates whether the font style for a column includes bold. |
| IsFontItalic | Read-write. Indicates whether the font style for a column includes italic. |
| IsFontStrikethrough | Read-write. Indicates whether the font style for a column includes strikethrough. |
| IsFontUnderline | Read-write. Indicates whether the font style for a column includes underline. |
| IsFormula | Read-only. Indicates whether a column value is based on a simple function or a formula. |
| IsHeaderFontBold | Read-write. Indicates whether the header font style for a column includes bold. |
| IsHeaderFontItalic | Read-write. Indicates whether the header font style for a column includes italic. |
| IsHeaderFontStrikethrough | Read-write. Indicates whether the header font style for a column includes strikethrough. |
| IsHeaderFontUnderline | Read-write. Indicates whether the header font style for a column includes underline. |
| IsHidden (NotesViewColumn) | Read-write. Indicates whether a column is hidden. |
| IsHideDetail | Read-write. Indicates whether the details for total columns are hidden. |
| IsIcon | Read-only. Indicates whether column values are displayed as icons. |
| IsNumberAttribParens | Read-write. Indicates whether the number attributes for a column include parentheses for negative numbers. |
| IsNumberAttribPercent | Read-write. Indicates whether the number attributes for a column include displaying the number as a percentage. |
| IsNumberAttribPunctuated | Read-write. Indicates whether the number attributes for a column include punctuation at thousands. |
| IsResize | Read-write. Indicates whether a column is resizable. |
| IsResortAscending | Read-write. Indicates whether a column is a user-sorted column that can be sorted in ascending order. |
| IsResortDescending | Read-write. Indicates whether a column is a user-sorted column that can be sorted in descending order. |
| IsResortToView | Read-write. Indicates whether a column is a user-sorted column that allows the user to change to another view. |
| IsResponse (NotesViewColumn) | Read-only. Indicates whether a column contains only response documents. |
| IsSecondaryResort | Read-write. Indicates whether an ascending or descending user-sorted column has a secondary sorting column. |
| IsSecondaryResortDescending | Read-write. Indicates whether a secondary sorting column for a user-sorted column is descending in sort order. |
| IsShowTwistie | Read-write. Indicates whether an expandable column displays a twistie. |
| IsSortDescending | Read-write. Indicates whether an auto-sorted column is descending in sort order. |
| IsSorted (NotesViewColumn) | Read-write. Indicates whether a column is an auto-sorted column. |
| IsValidDominoQueryColumn property | Indicates whether a view column can be used in DQL 'ViewName'.column <operator> <value> terms. |
| IsValidDominoQueryField property | Indicates whether a view column can be used in DQL <fieldname> <operator> <value> terms. |
| ItemName | Read-only. The programmatic name of a column, which is usually the field (item) name for a column based on a field. |
| ListSep | Read-write. List (multi-value) separator for values in a column. |
| NumberAttrib | Read-write. Attributes for numeric values in a column. |
| NumberDigits | Read-write. Number of decimal places for numeric values in a column. |
| NumberFormat | Read-write. Format for numeric values in a column. |
| Parent (NotesViewColumn) | Read-only. The view that contains a column. |
| Position (NotesViewColumn) | Read-only. The position of a column in its view. Columns are numbered from left to right, starting with 1. |
| ResortToViewName | Read-write. The name of the target view for a user-sorted column that allows the user to change to another view. |
| SecondaryResortColumnIndex | Read-write. The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column. |
| TimeDateFmt | Read-write. The format of time-date data in a column. |
| TimeFmt | Read-write. The format of time data in a column. |
| Title (NotesViewColumn) | Read-write. The title of a column, if any. |
| Width | Read-write. The width of a column. |
Examples
| Name | Description |
|---|---|
| Examples: Alignment property (NotesViewColumn) | This agent toggles the alignment. |
| Examples: DateFmt property | This agent toggles the date format for a column. |
| Examples: Formula property (NotesViewColumn) | 1. This agent displays whether the columns in a view are based on fields or formulas, and displays the item name for fields and the formula for formulas. |
| Examples: HeaderFontColor property | This agent toggles the font color between black and blue. |
| Examples: HeaderFontFace property | This agent toggles the header font face between Helvetica and Default Sans Serif. |
| Examples: HeaderFontPointSize property | This agent toggles the font point size from 8 through 14. |
| Examples: HeaderFontStyle property | 1. This agent displays whether bold is set and whether italic is set. |
| Examples: IsAccentSensitiveSort property | This agent toggles whether a column is sorted with regard to accent. |
| Examples: IsCaseSensitiveSort property | This agent toggles whether a column is sorted with regard to case. |
| Examples: IsCategory property (NotesViewColumn) | This agent checks whether the first column in the By Category view of the DENMARK.NSF database is categorized. |
| Examples: IsField property | This agent displays whether the columns in a view are based on fields or formulas, and displays the item name for fields and the formula for formulas. |
| Examples: IsFontBold property | This agent toggles the bold font style. |
| Examples: IsFontItalic property | This agent toggles the italic font style. |
| Examples: IsFontStrikethrough property | This agent toggles the strikethrough font style. |
| Examples: IsFontUnderline property | This agent toggles the underline font style. |
| Examples: IsFormula property | This agent displays whether the columns in a view are based on fields or formulas, and displays the item name for fields and the formula for formulas. |
| Examples: IsHeaderFontBold property | This agent toggles the bold font style. |
| Examples: IsHeaderFontItalic property | This agent toggles the italic font style. |
| Examples: IsHeaderFontStrikethrough property | This agent toggles the strikethrough font style. |
| Examples: IsHeaderFontUnderline property | This agent toggles the underline font style. |
| Examples: IsHidden property | This agent toggles whether a column is hidden. |
| Examples: IsHideDetail property | This agent toggles whether the detail is hidden for a total column. |
| Examples: IsIcon property | This script indicates whether or not column values are displayed as icons. |
| Examples: IsNumberAttribParens property | This agent toggles parentheses on negative numbers for a numeric column. |
| Examples: IsNumberAttribPercent property | This agent toggles displaying the number as a percentage for a numeric column. |
| Examples: IsNumberAttribPunctuated property | This agent toggles punctuation on thousands for a numeric column. |
| Examples: IsResize property | This agent toggles whether a column is resizable. |
| Examples: IsResortAscending property | This agent toggles whether a column is ascending user-sorted, and displays the user-sort attributes of the column. |
| Examples: IsResortDescending property | This agent toggles whether a column is descending user-sorted, and displays the user-sort attributes of the column. |
| Examples: IsResortToView property | This agent toggles whether a column is user-sorted to allow changing to another view, and displays the user-sort attributes of the column. |
| Examples: IsResponse property (NotesViewColumn) | 1. This agent checks if there are one or more responses-only columns in the By Category view of the current database. |
| Examples: IsSecondaryResort property | This script toggles whether a column is a secondary resortable column. |
| Examples: IsSecondaryResortDescending property | This script toggles whether a secondary resortable column is descending in resort order. |
| Examples: IsShowTwistie property | This agent toggles whether a column displays a twistie. |
| Examples: IsSortDescending property | This agent toggles whether the first column is sorted in ascending or descending order. |
| Examples: IsSorted property (NotesViewColumn) | 1. This agent checks if the first column in the By Author view of the current database is sorted. |
| Examples: ItemName property | 1. This script gets the programmatic name of the first column of the By Category view in the database YAHOO.NSF. For example, if the first column… |
| Examples: ListSep property | This agent toggles the list separator for a column. |
| Examples: NumberAttrib property | 1. This agent displays the number attributes for a column. |
| Examples: NumberDigits property | This agent toggles the number of decimal places for numeric values in a column from 0 through 6. |
| Examples: NumberFormat property | This agent toggles the format for a numeric column. |
| Examples: Parent property (NotesViewColumn) | 1. This agent includes the name of the parent view as part of a display regarding a column. |
| Examples: Position property (NotesViewColumn) | This agent displays the titles and positions of all the columns in a view. |
| Examples: Title property (NotesViewColumn) | This agent changes the title of a column. |
| Examples: Width property | This agent increments the column width. |
Reference
| Name | Description |
|---|---|
| IsAccentSensitiveSort | Read-write. Indicates whether an auto-sorted column is sorted with regard to accent. |
| TimeZoneFmt | Read-write. The time zone format in time-date data in a column. |