JamShellColumnCollectionIsCustomColumn Method |
Determines whether the column specified by the passed index is a custom column, i.e. no ShellColumn, but one that contains user defined data.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsCustomColumn(
int pIndex
)
Public Function IsCustomColumn (
pIndex As Integer
) As Boolean
public:
bool IsCustomColumn(
int pIndex
)
member IsCustomColumn :
pIndex : int -> bool Parameters
- pIndex Int32
- Index of the column.
Return Value
BooleanTrue if the column exists and is a custom column, false otherwise. Passing values exeeding the range of existing columns returns false.
See Also