ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLComment Class / Cell Property

In This Topic
    Cell Property
    In This Topic
    Gets a reference to the cell for this comment.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cell As XLCell
    public XLCell Cell {get;}
    Remarks
    A reference to the XLCell object at the comment coordinates, or null if there is no cell at the specified position.
    See Also