ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRange Class
Properties Methods


In This Topic
    XLNamedRange Class Members
    In This Topic

    The following tables list the members exposed by XLNamedRange.

    Public Properties
     NameDescription
    Public PropertyGets a reference to the parent C1XLBook object.  
    Public PropertyGets a reference to the XLCellRange object that determines which cells are contained in the current named range.  
    Public PropertyGets a reference to array of the XLCellRange objects that determines which cells are contained in the current named range.  
    Public PropertyGets or sets the comment text associated with the current named range.  
    Public PropertyDetermines whether the range has a built-in name.  
    Public PropertyDetermines whether the current range is empty.  
    Public PropertyDetermines whether the current named range has a valid name but does not define a range.  
    Public PropertyGets or sets the name of the current named range.  
    Public PropertyGets the refers text approximated CellRanges of the current named range.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new XLNamedRange object that is a copy of the current instance.  
    Public MethodDetermines whether the range contains a specific cell.  
    Public Methodstatic (Shared in Visual Basic)Parse named range refers to cell range array.  
    Top
    See Also