[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControlCollection

IControlCollection Interface

Common members of form control collections.

Namespace: GrapeCity.Documents.Excel.Forms
Assembly: DS.Documents.Excel.dll
Syntax
public interface IControlCollection : IReadOnlyList<IControl>, IReadOnlyCollection<IControl>, IEnumerable<IControl>, IEnumerable
Public Interface IControlCollection
    Inherits IReadOnlyList(Of IControl), IReadOnlyCollection(Of IControl), IEnumerable(Of IControl), IEnumerable

Properties

Name Description
this[string]

Gets control by name.

Methods