ODSOFilter.Column Property

Returns or sets a String that represents the name of the field in the mail merge data source to use in the filter.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Column As String
    Get
    Set
'Usage
Dim instance As ODSOFilter
Dim value As String

value = instance.Column

instance.Column = value
string Column { get; set; }

Property Value

Type: System.String

See Also

Reference

ODSOFilter Interface

ODSOFilter Members

Microsoft.Office.Core Namespace