[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomViews

ICustomViews Interface

A collection of custom workbook views.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICustomViews : IEnumerable<ICustomView>, IEnumerable
Public Interface ICustomViews
    Inherits IEnumerable(Of ICustomView), IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection (read-only).

this[string]

Gets the custom workbook view using the name.

Methods

Name Description
Add(string, bool, bool)

Creates a new custom view.