LOTUSSCRIPT/COM/OLE CLASSES
Represents a column in a view or folder.
Containment
Contained by: NotesView
Properties
Alignment
DateFmt
FontColor
FontFace
FontPointSize
FontStyle
Formula
HeaderAlignment
HeaderFontColor
HeaderFontFace
HeaderFontPointSize
HeaderFontStyle
IsAccentSensitiveSort
IsCaseSensitiveSort
IsCategory
IsField
IsFontBold
IsFontItalic
IsFontStrikethrough
IsFontUnderline
IsFormula
IsHeaderFontBold
IsHeaderFontItalic
IsHeaderFontStrikethrough
IsHeaderFontUnderline
IsHidden
IsHideDetail
IsIcon
IsNumberAttribParens
IsNumberAttribPercent
IsNumberAttribPunctuated
IsResize
IsResortAscending
IsResortDescending
IsResortToView
IsResponse
IsSecondaryResort
IsSecondaryResortDescending
IsShowTwistie
IsSortDescending
IsSorted
ItemName
ListSep
NumberAttrib
NumberDigits
NumberFormat
Parent
Position
ResortToViewName
SecondaryResortColumnIndex
TimeDateFmt
TimeFmt
TimeZoneFmt
Title
Width
Access
You access an existing NotesViewColumn object through the view or folder that contains it. Use the Columns property in NotesView.
Use the CreateColumn and CopyColumn methods in NotesView to create a new column.
Example See Also