ODSOColumn.Name Property
Returns the name of the specified object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Name As String
Get
'Usage
Dim instance As ODSOColumn
Dim value As String
value = instance.Name
string Name { get; }
Property Value
Type: System.String
Remarks
This property returns a read/write String for the CommandBar, DocumentProperty, and SharedWorkspace objects and a read-only String for all other objects.