[]
A collection of custom workbook views.
public interface ICustomViews : IEnumerable<ICustomView>, IEnumerable
Public Interface ICustomViews
Inherits IEnumerable(Of ICustomView), IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection (read-only). |
this[string] | Gets the custom workbook view using the name. |
Name | Description |
---|---|
Add(string, bool, bool) | Creates a new custom view. |