IsCategory (NotesViewColumn - LotusScript®)
Read-only. Indicates whether a column is categorized.
Defined in
Data type
Boolean
Syntax
To get: flag = notesViewColumn .IsCategory
Legal values
- True indicates that the column is categorized.
- False indicates that the column is not categorized.
Usage
If IsCategory is True, the IsSorted property is also True, since columns that are categorized must also be sorted.