ViewBuilder.SheetsViews Property

Gets the dictionary containing the list of views for each sheet.
Public Property SheetsViews() As Dictionary(Of Sheet, IList(Of View))
This language is not supported or no code example is available.
public Dictionary<Sheet, IList<View>> SheetsViews {get; set;}
This language is not supported or no code example is available.

Property Value

Dictionary<Sheet, IList<View>>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition