Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / INames Interface
Members
In This Topic
    INames Interface
    In This Topic
    Represents a collection of all the IName objects in the workbook. Each Name object represents a defined name for a range of cells. Names can be either built-in names — such as Database, Print_Area, and Auto_Open — or custom names.
    Object Model
    INames Interface
    Syntax
    [System.Reflection.DefaultMember("Item")]
    public interface INames 
    See Also