Spread WPF 17
GrapeCity.Excel Namespace / NamedCellRange Class
Members


In This Topic
    NamedCellRange Class
    In This Topic
    Used to represent a cell range in the Excel. If you selected a range and provide a name for it. you can then use that name in your formulas instead of using the raw range expression. in excel.
    Object Model
    NamedCellRange Class
    Syntax
    'Declaration
     
    Public Class NamedCellRange 
       Implements IName 
    'Usage
     
    Dim instance As NamedCellRange
    public class NamedCellRange : IName  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Excel.NamedCellRange

    See Also