| JamBaseShellListViewIsCustomColumn Method  | 
 
            Checks whether the given column index is a custom or shell column
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic bool IsCustomColumn(
	int index
)
Public Function IsCustomColumn ( 
	index As Integer
) As Boolean
public:
bool IsCustomColumn(
	int index
)
member IsCustomColumn : 
        index : int -> bool 
Parameters
- index
- Type: SystemInt32
 The index of the column that should be checked (0 for first column)
Return Value
Type: 
BooleanTrue if it`s a custom column. False if it`s a shell column or we cannot check (because there are no columns)
 See Also
See Also