Description

Name of the view. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Name() As Variant

Example

Dim MyView As View
Dim ViewName As String

ViewName = "TheViewname"
MyView.Name = ViewName

See Also