Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Name method returns the name of the column.
Syntax
Column.Name() As String
Parameters
This method has no parameters.
Examples
' Determine the column's name.
Dim strColName As String
strColName = objCol.Name
MsgBox ("Column name is '" & strColName & "'")
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Column is defined as FD1C5F63-2B16-4D06-9AB3-F45350B940AB |